07204837ce
Summary: Tools were mistakenly using leaked (PUBLIC) dependencies from main lib. Pull Request resolved: https://github.com/facebook/rocksdb/pull/6790 Reviewed By: riversand963 Differential Revision: D21471551 fbshipit-source-id: ec43b92e231777e0fcf0f865444391af09d6963b
15 lines
414 B
CMake
15 lines
414 B
CMake
add_executable(db_stress${ARTIFACT_SUFFIX}
|
|
db_stress.cc
|
|
db_stress_tool.cc
|
|
batched_ops_stress.cc
|
|
cf_consistency_stress.cc
|
|
db_stress_common.cc
|
|
db_stress_driver.cc
|
|
db_stress_test_base.cc
|
|
db_stress_shared_state.cc
|
|
db_stress_gflags.cc
|
|
db_stress_tool.cc
|
|
no_batched_ops_stress.cc)
|
|
target_link_libraries(db_stress${ARTIFACT_SUFFIX} ${ROCKSDB_LIB} ${THIRDPARTY_LIBS})
|
|
list(APPEND tool_deps db_stress)
|