Gimp/app/operations/tests/meson.build
Félix Piédallu 65eff6f150 Meson port.
2019-09-11 16:42:04 +02:00

10 lines
221 B
Meson

executable('test-operations',
'test-operations.c',
include_directories: [ rootInclude, rootAppInclude, ],
dependencies: [
cairo, gegl, gdk_pixbuf, glib, pangocairo, pangoft2,
],
build_by_default: false,
)