Project to explore wrapping TCLAP with non-exiting error reporting.
cmake -S . -B Build
This will:
- use the default toolchain generator (absent:
-G soandso) - source from the current directory (
-S .) - generate a build directory ./Build (
-B Build)
cmake --build Build
./Build/Debug/tct.exe
./Build/tct.exe