You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
196 B

examples = ['pcm-readi', 'pcm-writei']
foreach e : examples
executable(e, '@0@.c'.format(e),
include_directories: tinyalsa_includes,
link_with: tinyalsa,
install: false)
endforeach