重整cmake

This commit is contained in:
2026-08-11 14:55:46 +08:00
parent f09bfa86a3
commit 5401a14708
24 changed files with 460 additions and 3369 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
git clone --depth 1 --branch v0.4.0rc2 --no-recurse-submodules https://github.com/datoviz/datoviz.git
cd datoviz
git submodule update --init --recursive --depth 1 external/cglm external/mimalloc external/kvazaar external/glfw external/cimgui external/msdf-atlas-gen
-2
View File
@@ -46,7 +46,5 @@ fetch_repo_ex() {
fetch_repo "$repo" "third_party/${dir}" "$branch"
}
fetch_repo_ex "ae/build_infra"
fetch_repo_ex "ae/CPP_Core"
fetch_repo_ex "psc/Structive"
fetch_repo_ex "psc/Adminive"