From ddaa170880aea10e5a08e71dfdde7b7cf57d18c1 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 27 Feb 2012 16:33:51 +0800 Subject: update cmake --- tests/storage/CMakeLists.txt | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'tests/storage') 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 -- cgit