summaryrefslogtreecommitdiffstats
path: root/src/mount/CMakeLists.txt
blob: 67e7130e9e06e8444124b636971e5ed91922bd0b (plain)
1
2
3
4
5
6
7
set(mount_ceph_srcs
  mount.ceph.c conf.cc)
add_executable(mount.ceph ${mount_ceph_srcs}
  $<TARGET_OBJECTS:parse_secret_objs>
  $<TARGET_OBJECTS:common_mountcephfs_objs>)
target_link_libraries(mount.ceph keyutils::keyutils ${CAPNG_LIBRARIES} global ceph-common)
install(TARGETS mount.ceph DESTINATION ${CMAKE_INSTALL_SBINDIR})