mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
13 lines
335 B
Meson
13 lines
335 B
Meson
if x11_enabled
|
|
doc_shooter_sources = [
|
|
'shadow.c',
|
|
'shooter.c',
|
|
'widgets.c',
|
|
'../../tests/gtkgears.c',
|
|
]
|
|
|
|
doc_shooter = executable('doc-shooter', doc_shooter_sources,
|
|
include_directories: [ confinc, gdkinc, gtkinc, testinc, ],
|
|
dependencies: libgtk_dep)
|
|
endif
|