Example project to test conan issue.
In project folder:
For debugging purposes:
- mkdir build && cd build
- cmake -G "Visual Studio 15 Win64" -DCMAKE_BUILD_TESTS=ON ..
- cmake --build . --target ALL_BUILD --config Debug
For building a release version:
- mkdir build && cd build
- cmake -G "Visual Studio 15 Win64" -DCMAKE_BUILD_TESTS=ON ..
- cmake --build . --target ALL_BUILD --config Release