重整cmake
This commit is contained in:
Vendored
+5
@@ -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
|
||||
Vendored
-2
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user