Commit Graph

7 Commits

Author SHA1 Message Date
Ryan Schmidt
41835971b7 Fix pkg-config file to avoid overlinking
When configured to use external protobuf, remove -lprotobuf-lite from
pkg-config file's Libs section. The sentencepiece libraries link with
libprotobuf-lite; it is not necessary for users of the sentencepiece
libraries to link with protobuf unless they are using static linking so
this should have been in Libs.private. Use Requires.private so that we
use protobuf's pkg-config file to get the flags.
2023-05-21 13:38:08 -05:00
Ryan Schmidt
e081c671b2 Remove empty placeholders in pkg-config file
Remove @pkgconfiglibs@ and @pkgconfigcflags@ which were being replaced
with the empty string because these variables were never set anywhere.
2023-05-21 13:31:47 -05:00
Taku Kudo
460d15b31d Fixed the issue of concatinating paths for pkg-config 2022-08-21 12:44:31 +09:00
Taku Kudo
7b19d68be0 use builtin protobuf-lite package in third_party 2019-01-08 11:40:08 +09:00
Taku Kudo
89831f80c1 Switched to cmake 2018-07-24 15:22:49 +09:00
Taku Kudo
45b4527117 Added SentencePieceTrainer class 2018-02-28 19:54:11 +09:00
Taku Kudo
c81573c14c Added pkg-config script 2017-08-29 00:40:05 +09:00