Replace spirv-helper stuff with a library that combines everything

This commit is contained in:
2026-03-19 15:54:01 +01:00
parent 71563e8979
commit 66602a79e0
19 changed files with 50 additions and 524 deletions

View File

@@ -16,3 +16,6 @@ add_executable(lazyvec
source/lazyswap.cpp
)
target_include_directories(lazyvec PUBLIC include)
install(
TARGETS lazyvec
)