uchardet.pc.in 279 B

12345678910
  1. libdir=@CMAKE_INSTALL_FULL_LIBDIR@
  2. includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
  3. Name: uchardet
  4. Description: An encoding detector library ported from Mozilla
  5. Version: @UCHARDET_VERSION@
  6. Requires:
  7. Libs: -L${libdir} -luchardet
  8. Libs.private: -lstdc++
  9. Cflags: -I${includedir}/uchardet