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

@@ -9,3 +9,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED true)
add_executable(pdlm
source/main.cpp
)
install(
TARGETS pdlm
)