]> git.proxmox.com Git - ceph.git/blame - ceph/src/test/cls_rgw/CMakeLists.txt
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / test / cls_rgw / CMakeLists.txt
CommitLineData
7c673cae
FG
1if(${WITH_RADOSGW})
2 add_executable(ceph_test_cls_rgw
3 test_cls_rgw.cc
4 )
7c673cae
FG
5 target_link_libraries(ceph_test_cls_rgw
6 cls_rgw_client
7 librados
8 global
9 ${UNITTEST_LIBS}
10 ${EXTRALIBS}
11 ${BLKID_LIBRARIES}
12 ${CMAKE_DL_LIBS}
11fdf7f2 13 radostest-cxx)
7c673cae
FG
14 install(TARGETS
15 ceph_test_cls_rgw
16 DESTINATION ${CMAKE_INSTALL_BINDIR})
17endif(${WITH_RADOSGW})
18