DEBSOURCES
Skip Quicknav
sources / gtksourceview4 / 4.0.3-2 / tests / syntax-highlighting / meson.build
123456789
project('gtksourceview', 'c') glib = dependency('glib-2.0') executable( 'hello', sources : [ 'hello.c', ], dependencies : glib, )