rocksdb/third-party/gtest-1.8.1/fused-src/gtest/CMakeLists.txt

5 lines
132 B
CMake
Raw Normal View History

add_library(gtest gtest-all.cc)
# Add dependency of gtest on thread library
target_link_libraries(gtest ${CMAKE_THREAD_LIBS_INIT})