mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +08:00
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:
|