summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-10-07 20:15:02 -0700
committerPeng Wu <alexepico@gmail.com>2012-10-07 20:15:02 -0700
commit84588c04060bfc76edaede0a1ab6773073875e24 (patch)
tree0eea57f51e472ed699d1098b40b64daf09a7d571
parent7012134ed81f050c4f45f043a346818c76bf0fc7 (diff)
parenta2d0d2c2100413f6a0ecc6ba36b2fe14b77a2d7e (diff)
downloadlibpinyin-84588c04060bfc76edaede0a1ab6773073875e24.tar.gz
libpinyin-84588c04060bfc76edaede0a1ab6773073875e24.tar.xz
libpinyin-84588c04060bfc76edaede0a1ab6773073875e24.zip
Merge pull request #28 from maxiaojun/master
Fix CMakeLists.txt
-rw-r--r--src/lookup/CMakeLists.txt3
-rw-r--r--src/storage/CMakeLists.txt2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/lookup/CMakeLists.txt b/src/lookup/CMakeLists.txt
index a0ea31d..937b2cb 100644
--- a/src/lookup/CMakeLists.txt
+++ b/src/lookup/CMakeLists.txt
@@ -4,8 +4,7 @@ set(
set(
LIBLOOKUP_SOURCES
- pinyin_lookup.cpp
- winner_tree.cpp
+ pinyin_lookup2.cpp
phrase_lookup.cpp
lookup.cpp
)
diff --git a/src/storage/CMakeLists.txt b/src/storage/CMakeLists.txt
index 72a6196..e33e213 100644
--- a/src/storage/CMakeLists.txt
+++ b/src/storage/CMakeLists.txt
@@ -11,7 +11,7 @@ set(
set(
LIBSTORAGE_SOURCES
phrase_index.cpp
- phrase_large_table.cpp
+ phrase_large_table2.cpp
ngram.cpp
tag_utility.cpp
pinyin_parser2.cpp