forked from AuroraMiddleware/gtk
build: Switch order of subdirectories
This makes demos be compiled/linked before tests. And that means that while hacking, I can already run widget-factory when the tests are still linking.
This commit is contained in:
parent
9fa1e68151
commit
5970dac167
@ -593,14 +593,14 @@ subdir('gdk')
|
|||||||
subdir('gsk')
|
subdir('gsk')
|
||||||
subdir('gtk')
|
subdir('gtk')
|
||||||
subdir('modules')
|
subdir('modules')
|
||||||
if get_option('build-tests')
|
|
||||||
subdir('tests')
|
|
||||||
subdir('testsuite')
|
|
||||||
endif
|
|
||||||
if get_option('demos')
|
if get_option('demos')
|
||||||
subdir('demos')
|
subdir('demos')
|
||||||
subdir('examples')
|
subdir('examples')
|
||||||
endif
|
endif
|
||||||
|
if get_option('build-tests')
|
||||||
|
subdir('tests')
|
||||||
|
subdir('testsuite')
|
||||||
|
endif
|
||||||
|
|
||||||
# config.h
|
# config.h
|
||||||
configure_file(input: 'config.h.meson',
|
configure_file(input: 'config.h.meson',
|
||||||
|
Loading…
Reference in New Issue
Block a user