From 56df943cf9ef4a136438eca8621db168b4f05a45 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Fri, 2 Dec 2011 01:37:11 +0800 Subject: synchronize CMake rules to match Makefile.am --- utils/storage/CMakeLists.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'utils/storage/CMakeLists.txt') 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,3 +1,13 @@ +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 +) -- cgit