Skip to content

Commit

Permalink
BUILD(cmake): Also install Murmur.ice file
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Sep 10, 2022
1 parent 33c39a6 commit 1852692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auxiliary_files/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 1852692

Please sign in to comment.