add_executable(rbd-fuse rbd-fuse.cc) target_link_libraries(rbd-fuse ceph-common librbd librados global FUSE::FUSE) install(TARGETS rbd-fuse DESTINATION bin)