Skip to content

yesiah/ci-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ci-minimal

Build minimal ci for fun.

Using system GoogleTest

GoogleTest is build as an internal dependency, however, if you would like to use a pre-installed googletest in the system path, add the following to the project's CMakeLists.txt .

enable_testing()
find_package(GTest REQUIRED)

# Link your own targets against GTest::GTest, GTest::Main
# etc. as appropriate

About

Build minimal ci for fun.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published