Skip to content

anatoly-spb/cmake-googletest-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and run test

mkdir build
cd build
cmake -Dgtest_force_shared_crt=ON ..      
cmake --build .
ctest -C Debug -V