summaryrefslogtreecommitdiff
path: root/tools/systemd/CMakeLists.txt
blob: 641dafb07d474750de6cfd7bbc9d06b98e8a593c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
configure_file(mrzcpd_hwdb_setup.service.in mrzcpd_hwdb_setup.service)
configure_file(mrzcpd_hugepages_setup.service.in mrzcpd_hugepages_setup.service)
configure_file(mrzcpd.service.in mrzcpd.service)
configure_file(mrtunnat.service.in mrtunnat.service)
configure_file(mrapm_device.service.in mrapm_device.service)
configure_file(mrapm_stream.service.in mrapm_stream.service)
configure_file(mrapm_obp.service.in mrapm_obp.service)

install(FILES ${CMAKE_BINARY_DIR}/tools/systemd/mrzcpd_hwdb_setup.service
        DESTINATION ${MR_INSTALL_SYSTEM} COMPONENT Program)

install(FILES ${CMAKE_BINARY_DIR}/tools/systemd/mrzcpd_hugepages_setup.service
        DESTINATION ${MR_INSTALL_SYSTEM} COMPONENT Program)

install(FILES ${CMAKE_BINARY_DIR}/tools/systemd/mrzcpd.service
        DESTINATION ${MR_INSTALL_SYSTEM} COMPONENT Program)

install(FILES ${CMAKE_BINARY_DIR}/tools/systemd/mrtunnat.service
        DESTINATION ${MR_INSTALL_SYSTEM} COMPONENT Program)

install(FILES ${CMAKE_BINARY_DIR}/tools/systemd/mrapm_device.service
        DESTINATION ${MR_INSTALL_SYSTEM} COMPONENT Program)

install(FILES ${CMAKE_BINARY_DIR}/tools/systemd/mrapm_stream.service
        DESTINATION ${MR_INSTALL_SYSTEM} COMPONENT Program)

install(FILES ${CMAKE_BINARY_DIR}/tools/systemd/mrapm_obp.service
        DESTINATION ${MR_INSTALL_SYSTEM} COMPONENT Program)