]> git.proxmox.com Git - ceph.git/blame - ceph/src/rbd_fuse/CMakeLists.txt
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / rbd_fuse / CMakeLists.txt
CommitLineData
7c673cae
FG
1add_executable(rbd-fuse
2 rbd-fuse.cc)
3target_link_libraries(rbd-fuse
4 ceph-common librbd librados ${FUSE_LIBRARIES})
5install(TARGETS rbd-fuse DESTINATION bin)