efeda706cc8a5beac236bcdc1ddc662e09d0cad6
[stor4nfv.git] / src / 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)