avs-device-sdk/ThirdParty/googletest.cmake

4 lines
144 B
CMake
Raw Normal View History

set(GTEST_ROOT ThirdParty/googletest-release-1.8.0)
add_subdirectory(${GTEST_ROOT} EXCLUDE_FROM_ALL)
include_directories(${GTEST_ROOT}/include)