Fix some bugs when testing opensds ansible
[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)