Relative Content

Tag Archive for c++cmakeconanconan-2

integrating conan with existing cmake project

I want to use conan in an existing CMake project. I have the conanfile.txt in the root directory and run conan install . --build=missing --output-folder=build/conan, but I don’t know how to get CMake to find the dependencies it has built/downloaded.