From 299dc559ff9b0747a4cf214b70773e61b06752c7 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 12 Aug 2011 15:06:02 +0800 Subject: refine cmake files --- src/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7fa83af..4e0b09f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -16,8 +16,8 @@ add_library( target_link_libraries( libpinyin - libstorage - liblookup + storage + lookup ) set_target_properties( @@ -47,4 +47,4 @@ install( add_subdirectory(include) add_subdirectory(storage) -add_subdirectory(lookup) \ No newline at end of file +add_subdirectory(lookup) -- cgit