From 56df943cf9ef4a136438eca8621db168b4f05a45 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Fri, 2 Dec 2011 01:37:11 +0800 Subject: synchronize CMake rules to match Makefile.am --- src/include/CMakeLists.txt | 2 -- src/lookup/CMakeLists.txt | 8 -------- src/storage/CMakeLists.txt | 14 +++++--------- 3 files changed, 5 insertions(+), 19 deletions(-) (limited to 'src') diff --git a/src/include/CMakeLists.txt b/src/include/CMakeLists.txt index 79da024..60d7d4c 100644 --- a/src/include/CMakeLists.txt +++ b/src/include/CMakeLists.txt @@ -1,8 +1,6 @@ set( LIBPINYIN_INCLUDE_HEADERS - memory_chunk.h novel_types.h - stl_lite.h ) install( diff --git a/src/lookup/CMakeLists.txt b/src/lookup/CMakeLists.txt index bd29b4a..a0ea31d 100644 --- a/src/lookup/CMakeLists.txt +++ b/src/lookup/CMakeLists.txt @@ -2,14 +2,6 @@ set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC" ) -set( - LIBLOOKUP_HEADERS - lookup.h - pinyin_lookup.h - phrase_lookup.h - winner_tree.h -) - set( LIBLOOKUP_SOURCES pinyin_lookup.cpp diff --git a/src/storage/CMakeLists.txt b/src/storage/CMakeLists.txt index 59f6bfd..4988c1b 100644 --- a/src/storage/CMakeLists.txt +++ b/src/storage/CMakeLists.txt @@ -4,16 +4,10 @@ set( set( LIBSTORAGE_HEADERS - pinyin_large_table.h + pinyin_custom.h pinyin_base.h - pinyin_phrase.h - phrase_index.h - phrase_index_logger.h - pinyin_zhuyin_map_data.h - phrase_large_table.h - ngram.h - flexible_ngram.h - tag_utility.h + chewing_key.h + pinyin_custom2.h ) set( @@ -24,6 +18,8 @@ set( phrase_large_table.cpp ngram.cpp tag_utility.cpp + pinyin_parser2.cpp + chewing_large_table.cpp ) add_library( -- cgit