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/lookup/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/lookup/CMakeLists.txt') diff --git a/tests/lookup/CMakeLists.txt b/tests/lookup/CMakeLists.txt index ff6e7fc..3304c47 100644 --- a/tests/lookup/CMakeLists.txt +++ b/tests/lookup/CMakeLists.txt @@ -1,12 +1,12 @@ include_directories(..) add_executable( - test_simple_lookup - test_simple_lookup.cpp + test_pinyin_lookup + test_pinyin_lookup.cpp ) target_link_libraries( - test_simple_lookup + test_pinyin_lookup libpinyin ) -- cgit