mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 16:03:34 +01:00
795b26a633
git-vendor-name: tinyxml2 git-vendor-dir: vendor/github.com/leethomason/tinyxml2 git-vendor-repository: https://github.com/leethomason/tinyxml2.git git-vendor-ref: master
11 lines
263 B
PkgConfig
11 lines
263 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=@CMAKE_INSTALL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_INCLUDEDIR@
|
|
|
|
Name: TinyXML2
|
|
Description: simple, small, C++ XML parser
|
|
Version: @GENERIC_LIB_VERSION@
|
|
Libs: -L${libdir} -ltinyxml2
|
|
Cflags: -I${includedir}
|