summaryrefslogtreecommitdiffstats
path: root/src/test/cls_version/CMakeLists.txt
blob: d8e43878d6987442e49697681eb94a25e68d2776 (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-cxx
  cls_version_client
  global
  ${UNITTEST_LIBS}
  ${BLKID_LIBRARIES}
  ${CMAKE_DL_LIBS}
  ${CRYPTO_LIBS}
  ${EXTRALIBS}
  radostest-cxx
  )