/CppProjectTemplate

C++ project template

Primary LanguageCMakeApache License 2.0Apache-2.0

License

CppProjectTemplate

C++ project template

Build project

cmake -B build -DFIND_MODULES=ON -DFIND_TESTS=ON -DENABLE_TIDY=ON

cmake --build build/ -j4

Run tests

cd build

ctest

Related project

Cmake scripts for build c++ projects