mirror of
https://github.com/transmission/transmission
synced 2025-01-19 05:19:54 +00:00
28b0e53006
It's not used, and is only available since CMake 3.9.
10 lines
264 B
CMake
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)
|