10 lines
221 B
Meson
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,
|
|
)
|