mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
3ac88fa6b6
Mostly style changes. Don't create resource source files with spaces in them, that's tempting our luck.
4 lines
100 B
Meson
4 lines
100 B
Meson
executable('exampleapp',
|
|
'exampleapp.c', 'exampleappwin.c', 'main.c',
|
|
dependencies: libgtk_dep)
|