mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 16:56:40 +08:00
11 lines
279 B
PkgConfig
11 lines
279 B
PkgConfig
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
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
|