summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-04-16 09:51:06 +0800
committerPeng Wu <alexepico@gmail.com>2014-04-16 09:51:06 +0800
commit4795eda6d520f0bdea32bad8fa14eb1d1402cf29 (patch)
treea3d2e9615935d3ce279699a79b2301c6b722e0ef
parentb0458f820841d8e2c2433fc374959acb72c2194d (diff)
parent4501ff29f6ae57f49f65120e5edea4815a0d37b1 (diff)
downloadlibzhuyin-4795eda6d520f0bdea32bad8fa14eb1d1402cf29.tar.gz
libzhuyin-4795eda6d520f0bdea32bad8fa14eb1d1402cf29.tar.xz
libzhuyin-4795eda6d520f0bdea32bad8fa14eb1d1402cf29.zip
Merge pull request #2 from czchen/bugfix/cmake
pinyin -> zhuyin in CMakeLists.txt
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c1837ae..1ed2a6f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,11 +1,11 @@
set(
LIBPINYIN_HEADERS
- pinyin.h
+ zhuyin.h
)
set(
LIBPINYIN_SOURCES
- pinyin.cpp
+ zhuyin.cpp
)
add_library(