From ddaa170880aea10e5a08e71dfdde7b7cf57d18c1 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 27 Feb 2012 16:33:51 +0800 Subject: update cmake --- src/storage/CMakeLists.txt | 4 ---- tests/storage/CMakeLists.txt | 20 -------------------- utils/storage/CMakeLists.txt | 20 -------------------- 3 files changed, 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,15 +1,5 @@ include_directories(..) -add_executable( - test_parser - test_parser.cpp -) - -target_link_libraries( - test_parser - libpinyin -) - add_executable( test_parser2 test_parser2.cpp @@ -30,16 +20,6 @@ target_link_libraries( libpinyin ) -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,23 +1,3 @@ -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 -- cgit