2024-01-04 19:40:08 +02:00
|
|
|
set(SOURCES
|
|
|
|
main.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
add_executable(test-mouse ${SOURCES})
|
2024-06-19 04:20:23 +03:00
|
|
|
banan_include_headers(test-mouse ban)
|
|
|
|
banan_include_headers(test-mouse libinput)
|
|
|
|
banan_link_library(test-mouse libc)
|
2024-01-04 19:40:08 +02:00
|
|
|
|
2024-06-20 14:32:05 +03:00
|
|
|
install(TARGETS test-mouse OPTIONAL)
|