2025-07-07 15:43:07 +02:00
|
|
|
libapppath_sources = [
|
2017-11-01 14:27:13 +01:00
|
|
|
'gimpanchor.c',
|
|
|
|
'gimpbezierstroke.c',
|
2024-07-12 06:16:25 +00:00
|
|
|
'gimppath.c',
|
2024-07-13 05:07:57 +00:00
|
|
|
'gimppath-compat.c',
|
|
|
|
'gimppath-export.c',
|
|
|
|
'gimppath-import.c',
|
|
|
|
'gimppath-preview.c',
|
|
|
|
'gimppath-warp.c',
|
|
|
|
'gimppathmodundo.c',
|
|
|
|
'gimppathpropundo.c',
|
|
|
|
'gimppathundo.c',
|
2017-11-01 14:27:13 +01:00
|
|
|
'gimpstroke-new.c',
|
|
|
|
'gimpstroke.c',
|
2025-07-12 21:56:50 -04:00
|
|
|
'gimpvectorlayer.c',
|
|
|
|
'gimpvectorlayeroptions.c',
|
|
|
|
'gimpvectorlayerundo.c',
|
2017-11-01 14:27:13 +01:00
|
|
|
]
|
|
|
|
|
2025-07-07 15:43:07 +02:00
|
|
|
libapppath = static_library('apppath',
|
|
|
|
libapppath_sources,
|
2017-11-01 14:27:13 +01:00
|
|
|
include_directories: [ rootInclude, rootAppInclude, ],
|
2025-07-07 15:43:07 +02:00
|
|
|
c_args: '-DG_LOG_DOMAIN="Gimp-Path"',
|
2017-11-01 14:27:13 +01:00
|
|
|
dependencies: [
|
2025-08-21 15:18:02 -03:00
|
|
|
cairo, gegl, gdk_pixbuf, gexiv2
|
2017-11-01 14:27:13 +01:00
|
|
|
],
|
|
|
|
)
|