osquery-1/CMake/FindGtest.cmake
2014-08-30 03:40:26 -07:00

3 lines
139 B
CMake

INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/third-party/gtest-1.7.0/include")
ADD_SUBDIRECTORY("${CMAKE_SOURCE_DIR}/third-party/gtest-1.7.0")