summaryrefslogtreecommitdiffstats
path: root/tests/lookup
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-08-09 13:33:06 +0800
committerPeng Wu <alexepico@gmail.com>2013-08-09 13:33:06 +0800
commita88d2183b001b78a68dae617166b6c61d559fc3f (patch)
tree5f9d4063b0e129053e135ebb512de8a51e9d7e6a /tests/lookup
parent35c74931e9a775500792c5e066bd10478a932d35 (diff)
downloadlibzhuyin-a88d2183b001b78a68dae617166b6c61d559fc3f.tar.gz
libzhuyin-a88d2183b001b78a68dae617166b6c61d559fc3f.tar.xz
libzhuyin-a88d2183b001b78a68dae617166b6c61d559fc3f.zip
update cmakes
Diffstat (limited to 'tests/lookup')
-rw-r--r--tests/lookup/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lookup/CMakeLists.txt b/tests/lookup/CMakeLists.txt
index 3304c47..79dc1ba 100644
--- a/tests/lookup/CMakeLists.txt
+++ b/tests/lookup/CMakeLists.txt
@@ -7,7 +7,7 @@ add_executable(
target_link_libraries(
test_pinyin_lookup
- libpinyin
+ libzhuyin
)
add_executable(
@@ -17,5 +17,5 @@ add_executable(
target_link_libraries(
test_phrase_lookup
- libpinyin
+ libzhuyin
)