]> git.proxmox.com Git - ceph.git/blob - ceph/src/rbd_fuse/CMakeLists.txt
618992b776a1d876708f4c166cd98d45efb1def2
[ceph.git] / ceph / src / rbd_fuse / CMakeLists.txt
1 add_executable(rbd-fuse
2 rbd-fuse.cc)
3 target_link_libraries(rbd-fuse
4 ceph-common librbd librados ${FUSE_LIBRARIES})
5 install(TARGETS rbd-fuse DESTINATION bin)