mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 16:33:54 -04:00
6 lines
171 B
CMake
6 lines
171 B
CMake
cmake_minimum_required(VERSION 3.16.3)
|
|
project(g13)
|
|
|
|
install(FILES 91-g13.rules DESTINATION /etc/udev/rules.d)
|
|
install(FILES g13d.service DESTINATION /lib/systemd/system)
|