vcpkg/ports/libopensp/opensp.pc.in
Billy O'Neal cf20e29526
Update macOS for January 2024 (#35617)
macOS 14.2.1 on amd64, 14.3 on arm64
XCode Console Tools 15.1

Other changes:

macOS install is done from the installers rather than from the recovery partition
readme.md is now written for a vcpkg-team audience
vagrant is removed as a dependency so that discussion of how to persist the VMs between machines could be included
arm64 is added using https://github.com/s-u/macosvm
2024-01-25 10:50:32 -08:00

13 lines
262 B
PkgConfig

prefix=@PREFIX@
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include/OpenSP
Name: opensp
Description: SGML parser algorithm library
Version: @VERSION@
Libs: -L${libdir} -losp
Libs.private: @EXTRA_LIBS@
Cflags: -I${includedir}
Cflags.private: