8d87e9cea1
Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/6808 Reviewed By: anand1976 Differential Revision: D21483984 Pulled By: pdillinger fbshipit-source-id: 70c5eff2bd54ddba469761d95e4cd4611fb8e598
5 lines
132 B
CMake
5 lines
132 B
CMake
add_library(gtest gtest-all.cc)
|
|
|
|
# Add dependency of gtest on thread library
|
|
target_link_libraries(gtest ${CMAKE_THREAD_LIBS_INIT})
|