mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
cmake: Install udev and systemd services
This commit is contained in:
parent
b04a8d6152
commit
6ea11f3d58
@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.16.3)
|
||||
project(g13)
|
||||
|
||||
install(FILES 91-g13.rules
|
||||
DESTINATION /etc/udev.d/rules.d/91-g13.rules)
|
||||
install(FILES 91-g13.rules DESTINATION /etc/udev/rules.d)
|
||||
install(FILES g13d.service DESTINATION /lib/systemd/system)
|
||||
|
Loading…
Reference in New Issue
Block a user