summaryrefslogtreecommitdiffstats
path: root/src/test/lazy-omap-stats/CMakeLists.txt
blob: fad71f135ce0057405a9f6aea39b3c047ca0cbc9 (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 ${UNITTEST_LIBS} Boost::system)
install(TARGETS
  ceph_test_lazy_omap_stats
  DESTINATION ${CMAKE_INSTALL_BINDIR})