11 строки
355 B
PkgConfig
11 строки
355 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @PROJECT_NAME@
|
|
Description: Unsupervised text tokenizer and detokenizer for Neural Network-based text generation.
|
|
Version: @PROJECT_VERSION@
|
|
Libs: -L${libdir} -lsentencepiece -lsentencepiece_train -lprotobuf @pkgconfiglibs@
|
|
Cflags: -I${includedir} @pkgconfigcflags@
|