mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-27 22:01:03 +08:00
fd896d2476
Merge USEOWNSUBDIR and PKGCONFIG build flags; move the pkg-config source file to scripts/.
11 lines
380 B
PkgConfig
11 lines
380 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/include/pugixml-@PUGIXML_VERSION_STRING@
|
|
libdir=${exec_prefix}/lib/pugixml-@PUGIXML_VERSION_STRING@
|
|
|
|
Name: pugixml
|
|
Description: Light-weight, simple and fast XML parser for C++ with XPath support.
|
|
URL: http://pugixml.org/
|
|
Version: @PUGIXML_VERSION_STRING@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lpugixml |