blob: 7334ce43624d56c673a8359be3c3cd21b7083fe4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# ceph_test_cls_version
add_executable(ceph_test_cls_version
test_cls_version.cc
)
target_link_libraries(ceph_test_cls_version
librados
cls_version_client
global
${UNITTEST_LIBS}
${BLKID_LIBRARIES}
${CMAKE_DL_LIBS}
${CRYPTO_LIBS}
${EXTRALIBS}
radostest
)
|