mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Get Events from evdev
This commit is contained in:
parent
15f2ad5142
commit
d9d89f7122
6 changed files with 108 additions and 10 deletions
|
@ -13,8 +13,9 @@ add_library(setsu
|
|||
|
||||
target_include_directories(setsu PUBLIC include)
|
||||
|
||||
find_package(UDEV REQUIRED)
|
||||
target_link_libraries(setsu UDEV::libudev)
|
||||
find_package(Udev REQUIRED)
|
||||
find_package(Evdev REQUIRED)
|
||||
target_link_libraries(setsu Udev::libudev Evdev::libevdev)
|
||||
|
||||
if(SETSU_BUILD_TEST)
|
||||
add_executable(setsutest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue