Skip to content

eSkry/CMakeConanProjectTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMake with Conan template

How build the template

There are 2 approaches in the project.

  1. Build with Conan and Cmake using default commands:
conan install ../conanfile.txt --build=missing
cmake '-G Unix Makefiles' ..
cmake --build . --config Release
  1. Build with python script make.py:
python3 ./make.py