From ddaa170880aea10e5a08e71dfdde7b7cf57d18c1 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 27 Feb 2012 16:33:51 +0800 Subject: update cmake --- utils/storage/CMakeLists.txt | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'utils') diff --git a/utils/storage/CMakeLists.txt b/utils/storage/CMakeLists.txt index ddf8855..63cabcd 100644 --- a/utils/storage/CMakeLists.txt +++ b/utils/storage/CMakeLists.txt @@ -1,23 +1,3 @@ -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 -) - -target_link_libraries( - gen_pinyin_table - libpinyin -) - add_executable( gen_binary_files gen_binary_files.cpp -- cgit