mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
9259a0719d
* [opensp] Fix config.h not populating properly * [opensp] Add a opensp.pc.in * [opensp] license updates * [libopensp] update versions * [libopensp] update port-version * [libopensp] update versions
12 lines
268 B
PkgConfig
12 lines
268 B
PkgConfig
prefix=@PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include/OpenSP
|
|
|
|
Name: opensp
|
|
Description: SGML parser algorithm library
|
|
Version: @OPENSP_VERSION@
|
|
Libs: -L${libdir} -losp
|
|
Libs.private: @EXTRA_LIBS@
|
|
Cflags: -I${includedir}
|
|
Cflags.private: |