summaryrefslogtreecommitdiffstats
path: root/src/test/cls_queue/CMakeLists.txt
blob: d600537c9b46a1db3e191570a57ba40df062b7c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
add_executable(ceph_test_cls_queue
  test_cls_queue.cc
)
target_link_libraries(ceph_test_cls_queue
  cls_queue_client
  librados
  global
  ${UNITTEST_LIBS}
  ${EXTRALIBS}
  ${BLKID_LIBRARIES}
  ${CMAKE_DL_LIBS}
  radostest-cxx)

install(TARGETS
  ceph_test_cls_queue
  DESTINATION ${CMAKE_INSTALL_BINDIR})