From 0f816bbcb7fd1fcf60b630843a4a7d76105c5432 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Fri, 9 Dec 2011 01:45:01 +0800 Subject: update CMake rules to reflect recent changes --- tests/storage/CMakeLists.txt | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'tests/storage') diff --git a/tests/storage/CMakeLists.txt b/tests/storage/CMakeLists.txt index bff5108..ca03539 100644 --- a/tests/storage/CMakeLists.txt +++ b/tests/storage/CMakeLists.txt @@ -21,12 +21,22 @@ target_link_libraries( ) add_executable( - test_pinyin_index - test_pinyin_index.cpp + test_chewing_table + test_chewing_table.cpp ) target_link_libraries( - test_pinyin_index + test_chewing_table + libpinyin +) + +add_executable( + test_pinyin_table + test_pinyin_table.cpp +) + +target_link_libraries( + test_pinyin_table libpinyin ) -- cgit