mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
Added examples to CMake build system.
This commit is contained in:
@@ -2,5 +2,5 @@ FIND_PACKAGE(GTest)
|
||||
IF(GTEST_FOUND)
|
||||
ADD_SUBDIRECTORY(src)
|
||||
ELSE(GTEST_FOUND)
|
||||
MESSAGE(STATUS "Google test not found. Disabling tests.")
|
||||
MESSAGE(WARNING "Google test not found. Disabling tests.")
|
||||
ENDIF(GTEST_FOUND)
|
||||
|
||||
Reference in New Issue
Block a user