cmake/ui : refactor the build (#23352)

This commit is contained in:
Aldehir Rojas
2026-05-23 17:08:22 -04:00
committed by GitHub
parent c0c7e147e7
commit b22ff4b7b4
17 changed files with 653 additions and 447 deletions
+15
View File
@@ -0,0 +1,15 @@
# Inputs used to decide whether the npm build output is up-to-date.
set(UI_SOURCE_GLOBS
src/*
static/*
)
set(UI_SOURCE_FILES
package.json
package-lock.json
vite.config.ts
svelte.config.js
tsconfig.json
scripts/vite-plugin-llama-cpp-build.ts
)