summaryrefslogtreecommitdiffstats
path: root/src/test/lazy-omap-stats/CMakeLists.txt
blob: 636d24c4e82d4b06cf456f25c851d3814c1fddb9 (plain)
1
2
3
4
5
6
7
8
9
10
# Lazy omap stat collection tests

add_executable(ceph_test_lazy_omap_stats
  main.cc
  lazy_omap_stats_test.cc)
target_link_libraries(ceph_test_lazy_omap_stats
  librados Boost::system Boost::filesystem ${UNITTEST_LIBS})
install(TARGETS
  ceph_test_lazy_omap_stats
  DESTINATION ${CMAKE_INSTALL_BINDIR})