summaryrefslogtreecommitdiffstats
path: root/src/test/cls_version/CMakeLists.txt
blob: 05264017b73cd83349e87a2b54dde7570826e595 (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-cxx
  )