mirror of
https://github.com/transmission/transmission
synced 2025-02-06 22:42:33 +00:00
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)
|