From 4f3150e44d8da95a0ff28e461c780abc2b472e5a Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Wed, 30 Nov 2011 01:24:45 +0800 Subject: tests: Update CMake rules after code refactoring --- tests/lookup/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/lookup') diff --git a/tests/lookup/CMakeLists.txt b/tests/lookup/CMakeLists.txt index 9bd2608..ff6e7fc 100644 --- a/tests/lookup/CMakeLists.txt +++ b/tests/lookup/CMakeLists.txt @@ -1,3 +1,5 @@ +include_directories(..) + add_executable( test_simple_lookup test_simple_lookup.cpp @@ -16,4 +18,4 @@ add_executable( target_link_libraries( test_phrase_lookup libpinyin -) \ No newline at end of file +) -- cgit