Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cesium-native #712

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ add_external_project(
CesiumGltfReader
CesiumGltfContent
CesiumGltf
CesiumQuantizedMeshTerrain
CesiumJsonReader
CesiumGeospatial
CesiumGeometry
Expand All @@ -21,7 +22,7 @@ add_external_project(
async++
csprng
draco
ktx_read
ktx
modp_b64
s2geometry
spdlog
Expand Down
2 changes: 1 addition & 1 deletion extern/cesium-native
Submodule cesium-native updated 122 files
3 changes: 2 additions & 1 deletion src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ setup_lib(
CesiumGltfReader
CesiumGltfContent
CesiumGltf
CesiumQuantizedMeshTerrain
CesiumJsonReader
CesiumGeospatial
CesiumGeometry
Expand All @@ -51,7 +52,7 @@ setup_lib(
async++
csprng
draco
ktx_read
ktx
modp_b64
s2geometry
spdlog
Expand Down
Loading