1
0
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:
Matias Fontanini
2014-08-23 23:12:19 -03:00
parent 2c2df752d0
commit 443974335a
3 changed files with 90 additions and 21 deletions

View File

@@ -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)