summaryrefslogtreecommitdiffstats
path: root/src/test/cls_log/CMakeLists.txt
blob: b5a88d47c173d3b7975f747e6c734d126fb6c0a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
add_executable(ceph_test_cls_log
  test_cls_log.cc)
target_link_libraries(ceph_test_cls_log
  librados
  cls_log_client
  global
  radostest-cxx
  ${UNITTEST_LIBS}
  ${BLKID_LIBRARIES}
  ${CMAKE_DL_LIBS}
  ${CRYPTO_LIBS}
  ${EXTRALIBS}
  )
install(TARGETS
  ceph_test_cls_log
  DESTINATION ${CMAKE_INSTALL_BINDIR})