chatgpt blatantly refused to write this so I had to do it myself.
This commit is contained in:
parent
046f635de6
commit
c6ecb53bd3
9 changed files with 661 additions and 7 deletions
|
|
@ -36,6 +36,7 @@ add_executable(${STRAY_EXECUTABLE_NAME}
|
|||
virt_ds4.c
|
||||
virt_ds5.c
|
||||
virt_mouse.c
|
||||
virt_kbd.c
|
||||
devices_status.c
|
||||
)
|
||||
|
||||
|
|
@ -46,6 +47,7 @@ add_executable(${ALLINONE_EXECUTABLE_NAME}
|
|||
virt_ds4.c
|
||||
virt_ds5.c
|
||||
virt_mouse.c
|
||||
virt_kbd.c
|
||||
devices_status.c
|
||||
dev_evdev.c
|
||||
dev_iio.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue