Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / test / osdc / CMakeLists.txt
1 add_executable(ceph_test_objectcacher_stress
2   object_cacher_stress.cc
3   FakeWriteback.cc
4   MemWriteback.cc
5   )
6 target_link_libraries(ceph_test_objectcacher_stress
7   osdc
8   global
9   ${EXTRALIBS}
10   ${CMAKE_DL_LIBS}
11   )
12 install(TARGETS ceph_test_objectcacher_stress
13   DESTINATION ${CMAKE_INSTALL_BINDIR})