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 --- tests/storage/CMakeLists.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'tests') diff --git a/tests/storage/CMakeLists.txt b/tests/storage/CMakeLists.txt index 2f50a28..bff5108 100644 --- a/tests/storage/CMakeLists.txt +++ b/tests/storage/CMakeLists.txt @@ -10,6 +10,16 @@ target_link_libraries( libpinyin ) +add_executable( + test_parser2 + test_parser2.cpp +) + +target_link_libraries( + test_parser2 + libpinyin +) + add_executable( test_pinyin_index test_pinyin_index.cpp @@ -30,6 +40,16 @@ target_link_libraries( libpinyin ) +add_executable( + test_phrase_index_logger + test_phrase_index_logger.cpp +) + +target_link_libraries( + test_phrase_index_logger + libpinyin +) + add_executable( test_phrase_table test_phrase_table.cpp -- cgit