1
1
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:
Félix Piédallu
2017-11-01 14:27:13 +01:00
parent a97bad1cbe
commit 65eff6f150
168 changed files with 11398 additions and 0 deletions

15
app-tools/meson.build Normal file
View 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,
],
)