mirror of
https://github.com/vgough/encfs.git
synced 2025-02-17 18:20:55 +01:00
* vendor tinyxml2 and switch to static build by default * drop tinyxml2 from CI requirements
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}
|