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