mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 12:40:10 +00:00
7 lines
140 B
Meson
7 lines
140 B
Meson
|
subdir('parser')
|
||
|
subdir('nodes')
|
||
|
subdir('style')
|
||
|
|
||
|
test_api = executable('api', 'api.c', dependencies: libgtk_dep)
|
||
|
test('css/api', test_api)
|