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