wlroots/rootston/meson.build

8 lines
91 B
Meson
Raw Normal View History

2017-09-23 00:24:32 +00:00
executable(
'rooston', [
'main.c',
'config.c',
'ini.c',
], dependencies: wlroots
)