summaryrefslogtreecommitdiffstats
path: root/src/ocf/CMakeLists.txt
blob: 9a87d02f1947fdd13340c945e6f9d394b951bb21 (plain)
1
2
3
4
5
6
7
8
9
10
# The root of the OCF resource agent hierarchy
# Per the OCF standard, it's always "lib",
# not "lib64" (even on 64-bit platforms).
set(ocf_dir ${CMAKE_INSTALL_PREFIX}/lib/ocf)

# The ceph provider directory
set(ra_dir ${ocf_dir}/resource.d/${PROJECT_NAME})

configure_file(rbd.in rbd @ONLY)
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/rbd DESTINATION ${ra_dir})