Skip to content

ottmar-zittlau/conan-cmake-question

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

  • create test lib
cd test_lib
conan create .
cd ..
  • build with conventional work flow
cd main_exe
conan install .
cmake --preset conan-release
cmake --build --preset conan-release
cd ..
  • build main executable
cd main_exe
cmake -B build -S . -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=conan_provider.cmake -DCONAN_HOST_PROFILE="auto-cmake;new_cmakedeps_profile"
cd ..

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors