summaryrefslogtreecommitdiffstats
path: root/tests/include
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/include
parent35c74931e9a775500792c5e066bd10478a932d35 (diff)
downloadlibzhuyin-a88d2183b001b78a68dae617166b6c61d559fc3f.tar.gz
libzhuyin-a88d2183b001b78a68dae617166b6c61d559fc3f.tar.xz
libzhuyin-a88d2183b001b78a68dae617166b6c61d559fc3f.zip
update cmakes
Diffstat (limited to 'tests/include')
-rw-r--r--tests/include/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/include/CMakeLists.txt b/tests/include/CMakeLists.txt
index f51c87e..dd82f90 100644
--- a/tests/include/CMakeLists.txt
+++ b/tests/include/CMakeLists.txt
@@ -5,5 +5,5 @@ add_executable(
target_link_libraries(
test_memory_chunk
- libpinyin
-) \ No newline at end of file
+ libzhuyin
+)