Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaku Kudo <taku@google.com>2018-09-01 04:10:01 +0300
committerTaku Kudo <taku@google.com>2018-09-01 04:10:01 +0300
commitf617fcb697eaeaa09b7b4d73559def57f042194e (patch)
treed7c28921348ceadc478b0118d966bc32686c0821 /src/CMakeLists.txt
parent9f63c57e4b51952b236672a17d6d8c15f25c3d68 (diff)
Introduced new Filesystem API.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 62e9019..96be210 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -29,6 +29,7 @@ set(SPM_SRCS
common.h
normalizer.h
util.h
+ filesystem.h
flags.h
sentencepiece_processor.h
word_model.h
@@ -40,6 +41,7 @@ set(SPM_SRCS
bpe_model.cc
char_model.cc
error.cc
+ filesystem.cc
flags.cc
model_factory.cc
model_interface.cc
@@ -83,6 +85,7 @@ set(SPM_TEST_SRCS
builder_test.cc
char_model_test.cc
char_model_trainer_test.cc
+ filesystem_test.cc
flags_test.cc
model_factory_test.cc
model_interface_test.cc