Initial Commit
This commit is contained in:
11
thirdparty/pugixml-1.15/scripts/pugixml.pc.in
vendored
Normal file
11
thirdparty/pugixml-1.15/scripts/pugixml.pc.in
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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@
|
||||
Reference in New Issue
Block a user