Geometry Engine Open Source
Run the following Vcpkg command to install the port.
vcpkg install geos
The package geos provides CMake targets:
# C API (provides long-term ABI stability) find_package(GEOS CONFIG REQUIRED) target_link_libraries(main PRIVATE GEOS::geos_c) # C++ API (will likely change across versions) find_package(GEOS CONFIG REQUIRED) target_link_libraries(main PRIVATE GEOS::geos)
v3.11.3#0
Dec 1, 2023
All
libgeos.org
d606daa8f6
LGPL-2.1-only
Manifest