mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Connect Motion Devices in Setsu
This commit is contained in:
parent
20c54b05ad
commit
698bce8022
4 changed files with 114 additions and 2 deletions
|
@ -20,5 +20,7 @@ target_link_libraries(setsu Udev::libudev Evdev::libevdev)
|
|||
if(SETSU_BUILD_DEMOS)
|
||||
add_executable(setsu-demo-touchpad demo/touchpad.c)
|
||||
target_link_libraries(setsu-demo-touchpad setsu)
|
||||
add_executable(setsu-demo-motion demo/motion.c)
|
||||
target_link_libraries(setsu-demo-motion setsu)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue