CesiumGS / cesium-native

Apache License 2.0
402 stars 205 forks source link

Improvements to the build process #860

Closed kring closed 4 months ago

kring commented 4 months ago
lilleyse commented 4 months ago
  • Move the STB image resize implementation code into CesiumGltfReader (instead of CesiumGltfContent). This fixes a weird situation where applications that only depend on CesiumGltfReader would get linker errors.

Does this fix https://github.com/CesiumGS/cesium-native/issues/813?

lilleyse commented 4 months ago

Looks good!