COMPASSi/trunk/code/3rd/pugixml-1.15/scripts/pugixml.pc.in

12 lines
329 B
PkgConfig
Raw Normal View History

2025-06-25 15:06:42 +08:00
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=@PUGIXML_PC_INCLUDEDIR@
libdir=@PUGIXML_PC_LIBDIR@
Name: pugixml
Description: Light-weight, simple and fast XML parser for C++ with XPath support.
URL: https://pugixml.org/
Version: @pugixml_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lpugixml@LIB_POSTFIX@