]> git.proxmox.com Git - ceph.git/blob - ceph/src/tools/rbd_ggate/CMakeLists.txt
update sources to v12.1.3
[ceph.git] / ceph / src / tools / rbd_ggate / CMakeLists.txt
1 add_executable(rbd-ggate
2 Driver.cc
3 Server.cc
4 Watcher.cc
5 debug.cc
6 ggate_drv.c
7 main.cc)
8 target_link_libraries(rbd-ggate geom librbd librados global)
9 install(TARGETS rbd-ggate DESTINATION bin)