/conan_gtest

Simple example of using gtest with conan.

Primary LanguageDockerfile

gtest_conan

This is a simple repo that demonstrates Gtest integration with Conan in C++.

Prerequisites

$ pip3 install conan

Running the Example

$ mkdir build && cd build
$ conan install ..
$ cmake ..
$ cmake --build . -- -j
$ ctest