2019-10-08 19:20:26 +00:00
|
|
|
if not get_option('tests').disabled() and gstcheck_dep.found()
|
|
|
|
subdir('check')
|
|
|
|
endif
|
|
|
|
|
2019-10-08 19:19:06 +00:00
|
|
|
if not get_option('examples').disabled()
|
|
|
|
subdir('examples')
|
|
|
|
subdir('internal')
|
2018-11-02 15:50:47 +00:00
|
|
|
endif
|