summaryrefslogtreecommitdiffstats
path: root/src/test/cls_cmpomap/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/cls_cmpomap/CMakeLists.txt')
-rw-r--r--src/test/cls_cmpomap/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/cls_cmpomap/CMakeLists.txt b/src/test/cls_cmpomap/CMakeLists.txt
new file mode 100644
index 000000000..471b5e7f7
--- /dev/null
+++ b/src/test/cls_cmpomap/CMakeLists.txt
@@ -0,0 +1,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})