1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00
transmission/tests/CMakeLists.txt

13 lines
285 B
Text
Raw Normal View History

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