diff options
-rw-r--r-- | src/storage/CMakeLists.txt | 4 | ||||
-rw-r--r-- | tests/storage/CMakeLists.txt | 20 | ||||
-rw-r--r-- | utils/storage/CMakeLists.txt | 20 |
3 files changed, 0 insertions, 44 deletions
diff --git a/src/storage/CMakeLists.txt b/src/storage/CMakeLists.txt index 4988c1b..72a6196 100644 --- a/src/storage/CMakeLists.txt +++ b/src/storage/CMakeLists.txt @@ -4,16 +4,12 @@ set( set( LIBSTORAGE_HEADERS - pinyin_custom.h - pinyin_base.h chewing_key.h pinyin_custom2.h ) set( LIBSTORAGE_SOURCES - pinyin_base.cpp - pinyin_large_table.cpp phrase_index.cpp phrase_large_table.cpp ngram.cpp diff --git a/tests/storage/CMakeLists.txt b/tests/storage/CMakeLists.txt index ca03539..96b12fc 100644 --- a/tests/storage/CMakeLists.txt +++ b/tests/storage/CMakeLists.txt @@ -1,16 +1,6 @@ include_directories(..) add_executable( - test_parser - test_parser.cpp -) - -target_link_libraries( - test_parser - libpinyin -) - -add_executable( test_parser2 test_parser2.cpp ) @@ -31,16 +21,6 @@ target_link_libraries( ) add_executable( - test_pinyin_table - test_pinyin_table.cpp -) - -target_link_libraries( - test_pinyin_table - libpinyin -) - -add_executable( test_phrase_index test_phrase_index.cpp ) diff --git a/utils/storage/CMakeLists.txt b/utils/storage/CMakeLists.txt index ddf8855..63cabcd 100644 --- a/utils/storage/CMakeLists.txt +++ b/utils/storage/CMakeLists.txt @@ -1,24 +1,4 @@ add_executable( - gen_zhuyin_map - gen_zhuyin_map.cpp -) - -target_link_libraries( - gen_zhuyin_map - libpinyin -) - -add_executable( - gen_pinyin_table - gen_pinyin_table.cpp -) - -target_link_libraries( - gen_pinyin_table - libpinyin -) - -add_executable( gen_binary_files gen_binary_files.cpp ) |