mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
13 lines
285 B
Text
13 lines
285 B
Text
|
#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)
|