fasttext.pc.in 338 B

12345678910
  1. prefix=@CMAKE_INSTALL_PREFIX@
  2. exec_prefix=@CMAKE_INSTALL_FULL_LIBEXECDIR@
  3. libdir=@CMAKE_INSTALL_FULL_LIBDIR@
  4. includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
  5. Name: @PROJECT_NAME@
  6. Description: Efficient learning of word representations and sentence classification
  7. Version: @PROJECT_VERSION@
  8. Libs: -L${libdir} -lfasttext
  9. Cflags: -I${includedir}