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:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user