mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-02 17:00:19 +00:00
082cf3553d
And fix libgtk_dep/libgdk_dep to link_with the shared lib
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)
|