This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: generate fasttext.pc for pkg-config (#916)
Summary: Closes: #915 Pull Request resolved: #916 Reviewed By: EdouardGrave, tscmoo Differential Revision: D17737706 Pulled By: Celebio fbshipit-source-id: 8ee38ee0430e08260d498f446c4475ee4ad62629
- Loading branch information
1 parent
64a946b
commit ddb5440
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
prefix=@CMAKE_INSTALL_PREFIX@ | ||
exec_prefix=@CMAKE_INSTALL_FULL_LIBEXECDIR@ | ||
libdir=@CMAKE_INSTALL_FULL_LIBDIR@ | ||
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ | ||
|
||
Name: @PROJECT_NAME@ | ||
Description: Efficient learning of word representations and sentence classification | ||
Version: @PROJECT_VERSION@ | ||
Libs: -L${libdir} -lfasttext | ||
Cflags: -I${includedir} |