mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:39:01 +08:00
f0b32c558a
* Provide geos-config, and fix dynamic builds on Unix * x-add-version * Fix debug suffix handling * Update git-tree * Don't build benchmarks * Revise pc file and geos-config handling Fixup pc files. Add -lgeos to Libs.private to satisfy common usage requirement (already present in geos-config). Install executable geos-config into tools. Rewrite geos-config relocatability as patch. * Port to non-deprecated cmake functions * Add usage * Update git-tree
13 lines
277 B
Diff
13 lines
277 B
Diff
diff --git a/tools/geos.pc.cmake b/tools/geos.pc.cmake
|
|
index 0a9df7fb..53f43d90 100644
|
|
--- a/tools/geos.pc.cmake
|
|
+++ b/tools/geos.pc.cmake
|
|
@@ -9,3 +9,4 @@ Requires:
|
|
Version: @GEOS_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lgeos_c
|
|
+Libs.private: -lgeos
|
|
--
|
|
2.17.1
|
|
|