1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

BUG #31 (Closed): Fixed CMake files.

This commit is contained in:
Santiago Alessandri
2014-08-29 18:43:40 -07:00
parent 74c85085fb
commit b063687621
2 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
FIND_PACKAGE(GTest)
IF(GTEST_FOUND)
INCLUDE_DIRECTORIES(${GTEST_INCLUDE_DIRS})
ADD_SUBDIRECTORY(src)
ELSE(GTEST_FOUND)
MESSAGE(WARNING "Google test not found. Disabling tests.")