Skip to content

CtfChan/conan_gtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple example of using gtest with conan.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published