taisei/test/meson.build

12 lines
273 B
Meson

opt_tests = get_option('tests'
).disable_auto_if(not is_developer_build
).require(have_libtaisei, error_message : 'Can not build tests for this platform')
if opt_tests.disabled()
subdir_done()
endif
test_incdir = include_directories('.')
subdir('renderer')