Install step
All checks were successful
CI / React UI Build (push) Successful in 11s
CI / Native Windows Build And Tests (push) Successful in 1m35s
CI / Windows Release Package (push) Successful in 2m6s

This commit is contained in:
2026-05-06 14:51:19 +10:00
parent e5221b329f
commit 96e7e66b0d
2 changed files with 5 additions and 0 deletions

View File

@@ -273,6 +273,10 @@ install(FILES "${SLANG_LICENSE_FILE}"
RENAME "SLANG_LICENSE.txt"
)
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/SHADER_CONTRACT.md"
DESTINATION "."
)
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/config/"
DESTINATION "config"
)