This demonstrates how to use Conan.io with cmake to create a multi-configuration Visual Studio 2017 solution file.
See also https://github.com/claremacrae/googletest-starter-project-separate-folders, which shows a much less good way of using Visual Studio with Conan and CMake.
To use:
build_and_test.bat
build-windows\googletest-starter-project.sln
in Visual Studio, and build any of the configurations.cmake_multi
generator.visual_studio_multi
generator - it is for the case where you are hand-maintaining the contents of your solution files and projects, and just want Conan to manage 3rd-party dependencies.cmake
generator, for use on Linux, as well as for cmake_multi
.