mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 12:40:10 +00:00
demos/gtk-demo/meson.build: Build gtk3-demo-application
This should also get built as well.
This commit is contained in:
parent
b0a31fefd7
commit
397471d604
@ -110,3 +110,13 @@ gtkdemo = executable(
|
|||||||
include_directories : confinc,
|
include_directories : confinc,
|
||||||
install: true
|
install: true
|
||||||
)
|
)
|
||||||
|
|
||||||
|
gtkapplicationdemo = executable(
|
||||||
|
'gtk3-demo-application',
|
||||||
|
'application.c',
|
||||||
|
demos_h,
|
||||||
|
gtkdemo_resources,
|
||||||
|
dependencies: gtkdemo_deps,
|
||||||
|
include_directories : confinc,
|
||||||
|
install: true
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user