1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 00:04:06 +00:00
transmission/tests/gtest/CMakeLists.txt

7 lines
182 B
Text
Raw Normal View History

add_library(
gtestall
STATIC
${CMAKE_SOURCE_DIR}/third-party/googletest/googletest/src/gtest-all.cc
${CMAKE_SOURCE_DIR}/third-party/googletest/googletest/src/gtest_main.cc
)