Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / test / cls_numops / CMakeLists.txt
1 # ceph_test_cls_numops
2 add_executable(ceph_test_cls_numops 
3   test_cls_numops.cc)
4 set_target_properties(ceph_test_cls_numops PROPERTIES COMPILE_FLAGS
5   ${UNITTEST_CXX_FLAGS})
6 target_link_libraries(ceph_test_cls_numops 
7   librados 
8   global
9   cls_numops_client 
10   ${EXTRALIBS}
11   ${BLKID_LIBRARIES}
12   ${CMAKE_DL_LIBS}
13   radostest
14   ${UNITTEST_LIBS} 
15   )
16 install(TARGETS
17   ceph_test_cls_numops
18   DESTINATION ${CMAKE_INSTALL_BINDIR})