10 lines
162 B
CMake
10 lines
162 B
CMake
# Configuration files
|
|
di_install_configfile(smp.conf)
|
|
|
|
# Systemd service files
|
|
install(FILES
|
|
di-smp.service
|
|
DESTINATION lib/systemd/system
|
|
COMPONENT systemd
|
|
)
|