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