mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
Meson port.
This commit is contained in:
15
app-tools/meson.build
Normal file
15
app-tools/meson.build
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
gimp_debug_tool = executable('gimp-debug-tool',
|
||||
'gimp-debug-tool.c',
|
||||
include_directories: rootInclude,
|
||||
dependencies: [
|
||||
fontconfig,
|
||||
gio,
|
||||
gegl,
|
||||
gtk3,
|
||||
],
|
||||
link_with: [
|
||||
libapp,
|
||||
libappwidgets,
|
||||
],
|
||||
)
|
Reference in New Issue
Block a user