nicledomaS / CppProjectTemplate

C++ project template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License

CppProjectTemplate

C++ project template

Build project

cmake -B build -DCMAKE_BUILD_TYPE=Debug -DFIND_MODULES=ON -DFIND_CONAN=ON -DFIND_TESTS=ON -DENABLE_TIDY=ON

cmake --build build/ -j4

Run tests

cd build

ctest

Related project

Cmake scripts for build c++ projects

About

C++ project template

License:Apache License 2.0


Languages

Language:C++ 55.3%Language:CMake 44.7%