libx52/joytest/meson.build

10 lines
187 B
Meson

# x52test
executable('x52test',
'x52_test.c',
'x52_test_mfd.c',
'x52_test_led.c',
'x52_test_clock.c',
install: true,
include_directories: includes,
link_with: [lib_libx52])