summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQijia Liu <liumeo@pku.edu.cn>2025-12-17 19:21:45 -0500
committerPeng Wu <alexepico@gmail.com>2025-12-22 14:34:06 +0800
commit988df889e9351cba4d0f8ecae863f69c3cb4fcb2 (patch)
tree8fa82d03754e11258322e02eeb4781df10a6a5ec /src
parenteea3ec45f5fb685fd9d10a4125f7b91887bc3a56 (diff)
downloadlibpinyin-988df889e9351cba4d0f8ecae863f69c3cb4fcb2.tar.gz
libpinyin-988df889e9351cba4d0f8ecae863f69c3cb4fcb2.tar.xz
libpinyin-988df889e9351cba4d0f8ecae863f69c3cb4fcb2.zip
Add CMake workflow
Diffstat (limited to 'src')
-rw-r--r--src/storage/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/storage/CMakeLists.txt b/src/storage/CMakeLists.txt
index 26330e0..cceccdf 100644
--- a/src/storage/CMakeLists.txt
+++ b/src/storage/CMakeLists.txt
@@ -21,6 +21,7 @@ set(
chewing_large_table.cpp
chewing_large_table2.cpp
table_info.cpp
+ punct_table.cpp
)
if (HAVE_BERKELEY_DB)
@@ -30,6 +31,7 @@ if (HAVE_BERKELEY_DB)
chewing_large_table2_bdb.cpp
ngram_bdb.cpp
phrase_large_table3_bdb.cpp
+ punct_table_bdb.cpp
)
endif (HAVE_BERKELEY_DB)
@@ -40,6 +42,7 @@ if (HAVE_KYOTO_CABINET)
chewing_large_table2_kyotodb.cpp
ngram_kyotodb.cpp
phrase_large_table3_kyotodb.cpp
+ punct_table_kyotodb.cpp
)
endif (HAVE_KYOTO_CABINET)