Enter project info here
-
Clone repo created from template
-
Enter repo directory
-
Run script:
./scripts/init_template.sh <APP_NAME>
cmake -S . -B_build
cmake --build _build
cmake -S . -B_build -DBUILD_TESTS=ON
cmake --build _build
cd _build && ctest
# or
cmake --build _build --target hello_test
./_build/hello_test
CPP-CLI-APP-TEMPLATE --help