Add project

This commit is contained in:
2026-06-28 05:50:35 -04:00
commit 1671aca835
10 changed files with 889 additions and 0 deletions

5
cmake/structopt.cmake Normal file
View File

@@ -0,0 +1,5 @@
CPMAddPackage(
URI "gh:p-ranav/structopt@0.1.3"
OPTIONS "STRUCTOPT_TESTS off"
OPTIONS "STRUCTOPT_SAMPLES off"
)