mirror of
https://github.com/google/sentencepiece.git
synced 2025-01-08 18:26:38 +03:00
11 lines
331 B
PkgConfig
11 lines
331 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @PACKAGE@
|
|
Description: Unsupervised text tokenizer and detokenizer for Neural Network-based text generation.
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lsentencepiece -lsentencepiece_train @pkgconfiglibs@
|
|
Cflags: -I${includedir} @pkgconfigcflags@
|