]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/CMakeLists.txt
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / pybind / mgr / CMakeLists.txt
1 add_subdirectory(dashboard)
2 add_subdirectory(insights)
3 add_subdirectory(ansible)
4 add_subdirectory(orchestrator_cli)
5
6 # Location needs to match default setting for mgr_module_path, currently:
7 # OPTION(mgr_module_path, OPT_STR, CEPH_PKGLIBDIR "/mgr")
8 install(DIRECTORY
9 ${CMAKE_CURRENT_SOURCE_DIR}
10 DESTINATION ${CEPH_INSTALL_DATADIR}
11 REGEX "CMakeLists.txt" EXCLUDE
12 REGEX "\\.gitignore" EXCLUDE
13 REGEX "hello/.*" EXCLUDE
14 REGEX "osd_perf_query/.*" EXCLUDE)