mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
a4416e389a
We need to pass in '/entry:mainCRTStartup' as we did for the other demo programs that have 'gui_app: true' in their Meson build settings.
8 lines
238 B
Meson
8 lines
238 B
Meson
executable('print-editor',
|
|
['print-editor.c'],
|
|
c_args: common_cflags,
|
|
dependencies: libgtk_dep,
|
|
include_directories: confinc,
|
|
gui_app: true,
|
|
link_args: extra_demo_ldflags)
|