Samples #1

Merged
mo7sen merged 8 commits from samples into master 2026-05-08 17:49:56 +00:00
Showing only changes of commit 2a357c494c - Show all commits
+2 -1
View File
@@ -32,6 +32,7 @@ disabled_warnings = {
subproject('evol-headers', default_options: {'build_tests': false}) subproject('evol-headers', default_options: {'build_tests': false})
subproject('volk') subproject('volk')
subproject('shaderc')
evk_c_args = [] evk_c_args = []
@@ -98,4 +99,4 @@ meson.override_dependency('evk', evk_dep)
if get_option('build_samples') if get_option('build_samples')
subdir('samples') subdir('samples')
endif endif