You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
rocksdb/third-party/gtest-1.8.1/fused-src/gtest/CMakeLists.txt

4 lines
132 B

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