C++ Library for CityGML Reading and Writing
This project uses CMake to build.
Expected prebuilt dependencies:
- libxml2
If the expected prebuilt dependency is not where CMake would expect it, provide the installation path through the -DCMAKE_SYSTEM_PREFIX_PATH=<install path> argument. Alternatively it can be automatically fetched and built with -DLIBXML2_USE_PREBUILT=OFF.
- The CMake project setup is inspired by lefticus's cmake_template. (Unlicense license)