comparison dep/pugixml/scripts/pugixml.pc.in @ 55:d10b6c6b432e

add xml lib, we will need to use it eventually
author Paper <mrpapersonic@gmail.com>
date Tue, 26 Sep 2023 12:37:08 -0400
parents
children
comparison
equal deleted inserted replaced
54:466ac9870df9 55:d10b6c6b432e
1 prefix=@CMAKE_INSTALL_PREFIX@
2 exec_prefix=${prefix}
3 includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@@INSTALL_SUFFIX@
4 libdir=@CMAKE_INSTALL_FULL_LIBDIR@@INSTALL_SUFFIX@
5
6 Name: pugixml
7 Description: Light-weight, simple and fast XML parser for C++ with XPath support.
8 URL: https://pugixml.org/
9 Version: @pugixml_VERSION@
10 Cflags: -I${includedir}
11 Libs: -L${libdir} -lpugixml@LIB_POSTFIX@