From 18526924909720ca8947e74cb975501dc0681ffe Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Thu, 8 Sep 2022 13:31:45 +0200 Subject: BUILD(cmake): Also install Murmur.ice file --- auxiliary_files/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/auxiliary_files/CMakeLists.txt b/auxiliary_files/CMakeLists.txt index 6728bd5ab..13ceb8619 100644 --- a/auxiliary_files/CMakeLists.txt +++ b/auxiliary_files/CMakeLists.txt @@ -116,6 +116,7 @@ if(server) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/mumble-server.service" DESTINATION "${SYSTEMD_SERVICE_DIR}" COMPONENT mumble_server) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/mumble-server-user-wrapper" DESTINATION "${MUMBLE_INSTALL_EXECUTABLEDIR}" COMPONENT mumble_server) install(FILES "config_files/mumble-server.conf" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/dbus-1/system.d" COMPONENT mumble_server) + install(FILES "${CMAKE_SOURCE_DIR}/src/murmur/Murmur.ice" DESTINATION "${MUMBLE_INSTALL_SYSCONFDIR}" COMPONENT mumble_server) endif() endif() -- cgit v1.2.3