]> git.proxmox.com Git - ceph.git/blame - ceph/src/mount/CMakeLists.txt
import ceph 14.2.5
[ceph.git] / ceph / src / mount / CMakeLists.txt
CommitLineData
11fdf7f2 1set(mount_ceph_srcs
eafe8130 2 mount.ceph.c conf.cc)
11fdf7f2
TL
3add_executable(mount.ceph ${mount_ceph_srcs}
4 $<TARGET_OBJECTS:parse_secret_objs>
5 $<TARGET_OBJECTS:common_mountcephfs_objs>)
eafe8130 6target_link_libraries(mount.ceph keyutils::keyutils ${CAPNG_LIBRARIES} global ceph-common)
11fdf7f2 7install(TARGETS mount.ceph DESTINATION ${CMAKE_INSTALL_SBINDIR})