]> git.proxmox.com Git - ceph.git/blob - ceph/src/test/cls_log/CMakeLists.txt
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / test / cls_log / CMakeLists.txt
1 add_executable(ceph_test_cls_log
2 test_cls_log.cc)
3 target_link_libraries(ceph_test_cls_log
4 librados
5 cls_log_client
6 global
7 radostest-cxx
8 ${UNITTEST_LIBS}
9 ${BLKID_LIBRARIES}
10 ${CMAKE_DL_LIBS}
11 ${CRYPTO_LIBS}
12 ${EXTRALIBS}
13 )
14 install(TARGETS
15 ceph_test_cls_log
16 DESTINATION ${CMAKE_INSTALL_BINDIR})