1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-30 13:34:27 +01:00
Files
libtins/tests/CMakeLists.txt
2014-08-23 18:50:00 -03:00

7 lines
161 B
CMake

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