summaryrefslogtreecommitdiffstats
path: root/src/test/cls_cmpomap/CMakeLists.txt
blob: 471b5e7f716e3a33756b233ba7a1e0ea0df9e27a (plain)
1
2
3
add_executable(ceph_test_cls_cmpomap test_cls_cmpomap.cc)
target_link_libraries(ceph_test_cls_cmpomap cls_cmpomap_client librados radostest-cxx ${UNITTEST_LIBS})
install(TARGETS ceph_test_cls_cmpomap DESTINATION ${CMAKE_INSTALL_BINDIR})