Skip to content
/ CCCBTemplate Public template

A C++, CMake, Conan, Boost Project Template

License

Notifications You must be signed in to change notification settings

zethon/CCCBTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A C++, CMake, Conan, Boost Template

This simple project that shows how to use CMake and Conan to create a C++ project that uses the boost framework.

Building

Checkout the code and create a folder in the repository folder called build.

git clone https://github.com/zethon/CCCBTemplate.git
cd CCCBTemplate
mkdir build
cd build
conan install .. --build missing -s build_type=Debug
cmake .. -DCMAKE_BUILD_TYPE=Debug
cmake --build .

About

A C++, CMake, Conan, Boost Project Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published