claremacrae / googletest-starter-project

Place to experiment with googletest and conan builds
MIT License
0 stars 0 forks source link

googletest-starter-project

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.

Usage

To use:

  1. Clone or download this repo
  2. Make sure you have Visual Studio 2017 installed
  3. Make sure you have CMake installed
  4. Make sure you have Conan installed
  5. Run build_and_test.bat
  6. You can also open build-windows\googletest-starter-project.sln in Visual Studio, and build any of the configurations.

Things to note

TODO