CesiumGS / cdb-to-3dtiles

Convert CDB to 3D Tiles
Apache License 2.0
76 stars 28 forks source link

Re-evaluate the build instructions and how to install third party libraries #2

Closed baothientran closed 3 years ago

baothientran commented 3 years ago

Using vcpkg to install third party library is convenient for prototyping. But in my best knowledge, it doesn't support versioning, which can break the project in the future when the library introduces breaking changes. We need to find a proper way to install them.