summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/pugixml/scripts/pugixml.pc.in
blob: f9c3fd4560ddb7b4d13e041979ac5e265680ba8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@@INSTALL_SUFFIX@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@@INSTALL_SUFFIX@

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