add_executable(ceph-monstore-tool
ceph_monstore_tool.cc
../mgr/mgr_commands.cc)
-target_link_libraries(ceph-monstore-tool os global Boost::program_options)
+target_link_libraries(ceph-monstore-tool kv os global Boost::program_options)
install(TARGETS ceph-monstore-tool DESTINATION bin)
add_executable(ceph-objectstore-tool
ceph_objectstore_tool.cc
rebuild_mondb.cc
RadosDump.cc)
-target_link_libraries(ceph-objectstore-tool osd os global Boost::program_options ${CMAKE_DL_LIBS})
+target_link_libraries(ceph-objectstore-tool osd kv os global Boost::program_options ${CMAKE_DL_LIBS})
if(WITH_FUSE)
target_link_libraries(ceph-objectstore-tool FUSE::FUSE)
endif(WITH_FUSE)
kvstore_tool.cc
ceph_kvstore_tool.cc)
target_link_libraries(ceph-kvstore-tool
- legacy-option-headers
+ legacy-option-headers kv
os global)
install(TARGETS ceph-kvstore-tool DESTINATION bin)