diff options
author | Jim Huang <jserv@0xlab.org> | 2011-12-02 01:37:11 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2011-12-02 10:39:05 +0800 |
commit | 56df943cf9ef4a136438eca8621db168b4f05a45 (patch) | |
tree | 616e8e7c98324d08ec1b593df4a07df153285d4d /utils | |
parent | c34f5d50a1fdf4015d97dd1dba15657b5755ff44 (diff) | |
download | libpinyin-56df943cf9ef4a136438eca8621db168b4f05a45.tar.gz libpinyin-56df943cf9ef4a136438eca8621db168b4f05a45.tar.xz libpinyin-56df943cf9ef4a136438eca8621db168b4f05a45.zip |
synchronize CMake rules to match Makefile.am
Diffstat (limited to 'utils')
-rw-r--r-- | utils/storage/CMakeLists.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/utils/storage/CMakeLists.txt b/utils/storage/CMakeLists.txt index 551a457..ddf8855 100644 --- a/utils/storage/CMakeLists.txt +++ b/utils/storage/CMakeLists.txt @@ -1,4 +1,14 @@ add_executable( + gen_zhuyin_map + gen_zhuyin_map.cpp +) + +target_link_libraries( + gen_zhuyin_map + libpinyin +) + +add_executable( gen_pinyin_table gen_pinyin_table.cpp ) @@ -36,4 +46,4 @@ add_executable( target_link_libraries( export_interpolation libpinyin -)
\ No newline at end of file +) |