]> git.proxmox.com Git - ceph.git/blob - ceph/src/test/cls_queue/CMakeLists.txt
import 15.2.0 Octopus source
[ceph.git] / ceph / src / test / cls_queue / CMakeLists.txt
1 add_executable(ceph_test_cls_queue
2 test_cls_queue.cc
3 )
4 target_link_libraries(ceph_test_cls_queue
5 cls_queue_client
6 librados
7 global
8 ${UNITTEST_LIBS}
9 ${EXTRALIBS}
10 ${BLKID_LIBRARIES}
11 ${CMAKE_DL_LIBS}
12 radostest-cxx)
13
14 install(TARGETS
15 ceph_test_cls_queue
16 DESTINATION ${CMAKE_INSTALL_BINDIR})
17