]> git.proxmox.com Git - ceph.git/blob - ceph/src/test/cls_numops/CMakeLists.txt
update sources to ceph Nautilus 14.2.1
[ceph.git] / 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 target_link_libraries(ceph_test_cls_numops
5 librados
6 global
7 cls_numops_client
8 ${EXTRALIBS}
9 ${BLKID_LIBRARIES}
10 ${CMAKE_DL_LIBS}
11 radostest-cxx
12 ${UNITTEST_LIBS}
13 )
14 install(TARGETS
15 ceph_test_cls_numops
16 DESTINATION ${CMAKE_INSTALL_BINDIR})