Minor Cleanup

This commit is contained in:
2026-05-01 20:31:42 +03:00
parent c10031ac95
commit 4bcafb0c46
8 changed files with 14 additions and 21 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ vulkan_dep = dependency('vulkan').partial_dependency(compile_args : true)
volk_inc = include_directories('.')
volk_src = files('volk_impl.c')
volk_src = files('volk.c')
volk_lib = library(
'volk',
@@ -1,2 +0,0 @@
#define VOLK_IMPLEMENTATION
#include "volk.h"