]> git.proxmox.com Git - ceph.git/blame - ceph/src/rbd_fuse/CMakeLists.txt
update sources to v12.1.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
d2e6a577 4 librbd librados ${FUSE_LIBRARIES})
7c673cae 5install(TARGETS rbd-fuse DESTINATION bin)