15 lines
229 B
Meson
15 lines
229 B
Meson
|
|
gimp_debug_tool = executable('gimp-debug-tool',
|
|
'gimp-debug-tool.c',
|
|
include_directories: rootInclude,
|
|
dependencies: [
|
|
fontconfig,
|
|
gio,
|
|
gegl,
|
|
gtk3,
|
|
],
|
|
link_with: [
|
|
libapp,
|
|
libappwidgets,
|
|
],
|
|
)
|