vcpkg/ports/libopensp/opensp.pc.in
Dawid Wróbel 9259a0719d
[opensp] minor fixes, new .pc file (#26382)
* [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
2022-08-19 15:16:18 -07:00

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: