Skip to content

This project is aimed at jump-starting a C++ project that can build libraries, binaries and have a working unit test suite.

License

Notifications You must be signed in to change notification settings

Leonard-Reuter/cmake-cpp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmake-cpp-template

This project is aimed at jump-starting a C++ project that can build libraries, binaries and have a working unit test suite. When built, the project produces a static library, a command line binary, and a unit test.

Cloning this project:

git clone https://github.com/Leonard-Reuter/cmake-cpp-template.git

Building this project and running the tests:

cd cmake-cpp-template
mkdir build
cd build
cmake ..
make
ctest

About

This project is aimed at jump-starting a C++ project that can build libraries, binaries and have a working unit test suite.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published