]> git.proxmox.com Git - ceph.git/blob - ceph/src/test/lazy-omap-stats/CMakeLists.txt
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / test / lazy-omap-stats / CMakeLists.txt
1 # Lazy omap stat collection tests
2
3 add_executable(ceph_test_lazy_omap_stats
4 main.cc
5 lazy_omap_stats_test.cc)
6 target_link_libraries(ceph_test_lazy_omap_stats
7 librados Boost::system Boost::filesystem ${UNITTEST_LIBS})
8 install(TARGETS
9 ceph_test_lazy_omap_stats
10 DESTINATION ${CMAKE_INSTALL_BINDIR})