mirror of
https://github.com/transmission/transmission
synced 2025-01-03 13:35:36 +00:00
11 lines
264 B
Text
11 lines
264 B
Text
|
#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)
|