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