tinygettext.pc.in 431 B

1234567891011121314151617
  1. # Unfortunately, since this project is built with cmake,
  2. # these variables can't properly be set.
  3. prefix=@CMAKE_INSTALL_PREFIX@
  4. exec_prefix=${prefix}
  5. libdir=${exec_prefix}/@LIB_SUBDIR@
  6. includedir=${prefix}/include
  7. Name: @PROJECT_NAME@
  8. Description: tiny, minimal gettext replacement
  9. Version: @VERSION@
  10. URL: https://github.com/tinygettext/tinygettext
  11. Requires:
  12. Libs: -L${libdir} -ltinygettext
  13. Libs.private:
  14. Cflags: -I${includedir}