summaryrefslogtreecommitdiffstats
path: root/tests/lookup
diff options
context:
space:
mode:
authorJim Huang <jserv@0xlab.org>2011-11-30 01:24:45 +0800
committerPeng Wu <alexepico@gmail.com>2011-11-30 11:20:31 +0800
commit4f3150e44d8da95a0ff28e461c780abc2b472e5a (patch)
treeecdaf7c1974fd49a4846ca2cf14f612d973bc322 /tests/lookup
parent1eacb0a42d5c7263369fb1f712506aa28d0c37f7 (diff)
downloadlibpinyin-4f3150e44d8da95a0ff28e461c780abc2b472e5a.tar.gz
libpinyin-4f3150e44d8da95a0ff28e461c780abc2b472e5a.tar.xz
libpinyin-4f3150e44d8da95a0ff28e461c780abc2b472e5a.zip
tests: Update CMake rules after code refactoring
Diffstat (limited to 'tests/lookup')
-rw-r--r--tests/lookup/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
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
+)