Fix CMakeLists.txt
authorXiaojun Ma <damage3025@gmail.com>
Sat, 6 Oct 2012 03:53:13 +0000 (22:53 -0500)
committerXiaojun Ma <damage3025@gmail.com>
Sat, 6 Oct 2012 03:53:13 +0000 (22:53 -0500)
src/lookup/CMakeLists.txt
src/storage/CMakeLists.txt

index a0ea31d..937b2cb 100644 (file)
@@ -4,8 +4,7 @@ set(
 
 set(
     LIBLOOKUP_SOURCES
-    pinyin_lookup.cpp
-    winner_tree.cpp
+    pinyin_lookup2.cpp
     phrase_lookup.cpp
     lookup.cpp
 )
index 72a6196..e33e213 100644 (file)
@@ -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