summaryrefslogtreecommitdiffstats
path: root/tests/storage
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/storage
parent35c74931e9a775500792c5e066bd10478a932d35 (diff)
downloadlibzhuyin-a88d2183b001b78a68dae617166b6c61d559fc3f.tar.gz
libzhuyin-a88d2183b001b78a68dae617166b6c61d559fc3f.tar.xz
libzhuyin-a88d2183b001b78a68dae617166b6c61d559fc3f.zip
update cmakes
Diffstat (limited to 'tests/storage')
-rw-r--r--tests/storage/CMakeLists.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/storage/CMakeLists.txt b/tests/storage/CMakeLists.txt
index 96b12fc..3512370 100644
--- a/tests/storage/CMakeLists.txt
+++ b/tests/storage/CMakeLists.txt
@@ -7,7 +7,7 @@ add_executable(
target_link_libraries(
test_parser2
- libpinyin
+ libzhuyin
)
add_executable(
@@ -17,7 +17,7 @@ add_executable(
target_link_libraries(
test_chewing_table
- libpinyin
+ libzhuyin
)
add_executable(
@@ -27,7 +27,7 @@ add_executable(
target_link_libraries(
test_phrase_index
- libpinyin
+ libzhuyin
)
add_executable(
@@ -37,7 +37,7 @@ add_executable(
target_link_libraries(
test_phrase_index_logger
- libpinyin
+ libzhuyin
)
add_executable(
@@ -47,7 +47,7 @@ add_executable(
target_link_libraries(
test_phrase_table
- libpinyin
+ libzhuyin
)
add_executable(
@@ -57,7 +57,7 @@ add_executable(
target_link_libraries(
test_ngram
- libpinyin
+ libzhuyin
)
add_executable(
@@ -67,5 +67,5 @@ add_executable(
target_link_libraries(
test_flexible_ngram
- libpinyin
+ libzhuyin
)