]> git.proxmox.com Git - ceph.git/blame - ceph/src/test/cls_hello/CMakeLists.txt
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / test / cls_hello / CMakeLists.txt
CommitLineData
7c673cae
FG
1add_executable(ceph_test_cls_hello
2 test_cls_hello.cc
3 )
7c673cae
FG
4target_link_libraries(ceph_test_cls_hello
5 librados
6 global
7 ${EXTRALIBS}
8 ${BLKID_LIBRARIES}
9 ${CMAKE_DL_LIBS}
11fdf7f2 10 radostest-cxx
7c673cae
FG
11 ${UNITTEST_LIBS}
12 )
13install(TARGETS
14 ceph_test_cls_hello
15 DESTINATION ${CMAKE_INSTALL_BINDIR})