geos v3.13.0
- Created
- Updated
Geometry Engine Open Source
# Usage
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)
geos provides pkg-config modules:
# Geometry Engine, Open Source - C API
geos
# License
LGPL-2.1-only
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
- gdal (feature
geos
) - librttopo
- libspatialite
- osgearth
# Host Dependents
No dependents.
# Contributors
Charles Barto
Alexander Karatarakis
Mateusz Loskot
alex85k
Robert Schumacher
atkawa7
hlysunnaram
ing. Federico Fuga
Phil Christensen
pravic
Mike Taves
Oskari Timperi
bialasjaroslaw
Jack·Boos·Yu
Matthias Kuhn
Kai Pastor
Ilya Glushchenko
Alexander Neumann
Connor Broyles
Cheney Wang
Jia Yue Hua
# Changelog
and 24 more commits:
96b2823
[geos] bump control version numberdba828e
Geos: Removed empty directory after install (when only static lib are built)66fdeb4
[geos] bump versionbf84f92
[geos] remove build_cmake85f0a06
[geos] Bump version for previous PR07b22f1
[geos] allow geos_c static library cretation (libgeos_c.lib) v2eacabe5
[geos] Update port to latest GEOS 3.6.226516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)7555e65
[geos] Extract SOURCE_PATH variable1808d46
triplet is now automatically included before portfiles.71594b6
Remove portfile branching of vcpkg_copy_pdbs()f48d05a
added geos