uchardet/uchardet.pc.in
Ricardo Constantino (:RiCON) 6500f09931 CMake: Allow building static-only builds
Add stdc++ to static libs in pkg-config
2016-03-16 14:30:15 +00:00

13 lines
289 B
PkgConfig

prefix=@DIR_PREFIX@
exec_prefix=${prefix}
libdir=@DIR_LIBRARY@
includedir=@DIR_INCLUDE@
Name: uchardet
Description: An encoding detector library ported from Mozilla
Version: @UCHARDET_VERSION@
Requires:
Libs: -L${libdir} -luchardet
Libs.private: -lstdc++
Cflags: -I${includedir}/uchardet