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

 install(TARGETS
  ceph_test_cls_2pc_queue
  DESTINATION ${CMAKE_INSTALL_BINDIR})