1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-19 05:19:54 +00:00
transmission/tests/CMakeLists.txt
Mike Gelfand 28b0e53006 Don't include GoogleTest module
It's not used, and is only available since CMake 3.9.
2021-04-24 23:50:01 +03:00

10 lines
264 B
CMake

#set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
include_directories(
SYSTEM
${CMAKE_SOURCE_DIR}/third-party/googletest/googletest/include
${CMAKE_SOURCE_DIR}/third-party/googletest/googletest
)
add_subdirectory(gtest)
add_subdirectory(libtransmission)