summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2017-08-31 15:41:53 +0800
committerPeng Wu <alexepico@gmail.com>2017-08-31 15:48:31 +0800
commitd4a34f42b9e7c877e7d268b0d2a3b336da5e138c (patch)
treeae7f08b73ab44597e5f632718255e5d51e4af553 /tests
parente3d59339d78b1af3273e5334fe6dae73f5fef91d (diff)
downloadlibpinyin-d4a34f42b9e7c877e7d268b0d2a3b336da5e138c.tar.gz
libpinyin-d4a34f42b9e7c877e7d268b0d2a3b336da5e138c.tar.xz
libpinyin-d4a34f42b9e7c877e7d268b0d2a3b336da5e138c.zip
update cmake files
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt6
-rw-r--r--tests/include/CMakeLists.txt4
-rw-r--r--tests/lookup/CMakeLists.txt4
-rw-r--r--tests/storage/CMakeLists.txt14
4 files changed, 14 insertions, 14 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 5783407..4dfaed1 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -9,7 +9,7 @@ add_executable(
target_link_libraries(
test_pinyin
- libpinyin
+ pinyin
)
add_executable(
@@ -19,7 +19,7 @@ add_executable(
target_link_libraries(
test_phrase
- libpinyin
+ pinyin
)
add_executable(
@@ -29,5 +29,5 @@ add_executable(
target_link_libraries(
test_chewing
- libpinyin
+ pinyin
)
diff --git a/tests/include/CMakeLists.txt b/tests/include/CMakeLists.txt
index f51c87e..3ad956c 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
+ pinyin
+)
diff --git a/tests/lookup/CMakeLists.txt b/tests/lookup/CMakeLists.txt
index 3304c47..38d45de 100644
--- a/tests/lookup/CMakeLists.txt
+++ b/tests/lookup/CMakeLists.txt
@@ -7,7 +7,7 @@ add_executable(
target_link_libraries(
test_pinyin_lookup
- libpinyin
+ pinyin
)
add_executable(
@@ -17,5 +17,5 @@ add_executable(
target_link_libraries(
test_phrase_lookup
- libpinyin
+ pinyin
)
diff --git a/tests/storage/CMakeLists.txt b/tests/storage/CMakeLists.txt
index 96b12fc..378e134 100644
--- a/tests/storage/CMakeLists.txt
+++ b/tests/storage/CMakeLists.txt
@@ -7,7 +7,7 @@ add_executable(
target_link_libraries(
test_parser2
- libpinyin
+ pinyin
)
add_executable(
@@ -17,7 +17,7 @@ add_executable(
target_link_libraries(
test_chewing_table
- libpinyin
+ pinyin
)
add_executable(
@@ -27,7 +27,7 @@ add_executable(
target_link_libraries(
test_phrase_index
- libpinyin
+ pinyin
)
add_executable(
@@ -37,7 +37,7 @@ add_executable(
target_link_libraries(
test_phrase_index_logger
- libpinyin
+ pinyin
)
add_executable(
@@ -47,7 +47,7 @@ add_executable(
target_link_libraries(
test_phrase_table
- libpinyin
+ pinyin
)
add_executable(
@@ -57,7 +57,7 @@ add_executable(
target_link_libraries(
test_ngram
- libpinyin
+ pinyin
)
add_executable(
@@ -67,5 +67,5 @@ add_executable(
target_link_libraries(
test_flexible_ngram
- libpinyin
+ pinyin
)