Skip to content

YawKar/conan-template-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conan-template-setup

Template c++ project with conan setup

How to setup and run

  1. Install conan 2.0
  2. [Optional] Create conan profile if you haven't yet: conan profile detect --force. This will create new default profile for conan in your system.
  3. Install CMake of version not less than the one that is specified in CMakeLists.txt
  4. cd to the root folder of the project
  5. conan install . --output-folder=build --build=missing
  6. cd build
  7. cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release
  8. cmake --build .
  9. ./conan_template

Now make a tea and eat some cookies. You're awesome.

About

Template c++ project with conan setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published