Skip to content
/ cmake-template Public template

C++ CMake minimal template project with Catch2 unit tests

License

Notifications You must be signed in to change notification settings

alfed7/cmake-template

Repository files navigation

mkdir build
cd build
cmake ..
cmake --build . --config Debug
cmake --install . --config Debug --prefix ../dist

ctest

About

C++ CMake minimal template project with Catch2 unit tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published