Files
src.dualinventive.com/mtinfo/tcpserver/etc/CMakeLists.txt
2024-08-09 12:10:16 +02:00

11 lines
236 B
CMake

# Configuration file
#di_install_configfile(legacy-tcpserver.conf)
di_install_configfile(legacy-tcpserver-db.conf)
# Systemd service file
install(FILES
${PROJECT_APP_NAME}@.service
DESTINATION lib/systemd/system
COMPONENT systemd
)