early-access version 2853
This commit is contained in:
10
externals/vcpkg/ports/geos/usage
vendored
Executable file
10
externals/vcpkg/ports/geos/usage
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user