From e6918187568dbd01842d8d1d2c808ce16a894239 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:54:28 +0200 Subject: Adding upstream version 18.2.2. Signed-off-by: Daniel Baumann --- src/test/cls_numops/CMakeLists.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/test/cls_numops/CMakeLists.txt (limited to 'src/test/cls_numops/CMakeLists.txt') diff --git a/src/test/cls_numops/CMakeLists.txt b/src/test/cls_numops/CMakeLists.txt new file mode 100644 index 000000000..827ff606f --- /dev/null +++ b/src/test/cls_numops/CMakeLists.txt @@ -0,0 +1,16 @@ +# ceph_test_cls_numops +add_executable(ceph_test_cls_numops + test_cls_numops.cc) +target_link_libraries(ceph_test_cls_numops + librados + global + cls_numops_client + ${EXTRALIBS} + ${BLKID_LIBRARIES} + ${CMAKE_DL_LIBS} + radostest-cxx + ${UNITTEST_LIBS} + ) +install(TARGETS + ceph_test_cls_numops + DESTINATION ${CMAKE_INSTALL_BINDIR}) -- cgit v1.2.3