1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-29 04:54:28 +01:00
Files
libtins/tests/CMakeLists.txt
2014-08-23 23:12:19 -03:00

7 lines
162 B
CMake

FIND_PACKAGE(GTest)
IF(GTEST_FOUND)
ADD_SUBDIRECTORY(src)
ELSE(GTEST_FOUND)
MESSAGE(WARNING "Google test not found. Disabling tests.")
ENDIF(GTEST_FOUND)