libliftoff/example/meson.build

6 lines
71 B
Meson
Raw Normal View History

2019-09-16 22:41:19 +02:00
executable(
'simple',
files('simple.c'),
dependencies: [liftoff],
)