There's really never a reason to *not* want this installed. If an option is needed to specify installing in a versioned subdirectory, this option should be explicitly described rather than hidden in something else. As an added bonus, this makes the CMake install code slightly *less* complicated.
12 lines
347 B
PkgConfig
12 lines
347 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/include@INSTALL_SUFFIX@
|
|
libdir=${exec_prefix}/lib@INSTALL_SUFFIX@
|
|
|
|
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
|