diff options
author | Peng Wu <alexepico@gmail.com> | 2011-08-12 15:06:02 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2011-08-12 15:06:02 +0800 |
commit | 299dc559ff9b0747a4cf214b70773e61b06752c7 (patch) | |
tree | dcb9b094ca06d234e59940d84a0e158f395e37a2 /src/storage | |
parent | b7bb9c1df8a50ac296edce955b9c4f13ad9edc4a (diff) | |
download | libpinyin-299dc559ff9b0747a4cf214b70773e61b06752c7.tar.gz libpinyin-299dc559ff9b0747a4cf214b70773e61b06752c7.tar.xz libpinyin-299dc559ff9b0747a4cf214b70773e61b06752c7.zip |
refine cmake files
Diffstat (limited to 'src/storage')
-rw-r--r-- | src/storage/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/CMakeLists.txt b/src/storage/CMakeLists.txt index 55601b5..b775350 100644 --- a/src/storage/CMakeLists.txt +++ b/src/storage/CMakeLists.txt @@ -23,13 +23,13 @@ set( ) add_library( - libstorage + storage STATIC ${LIBSTORAGE_SOURCES} ) target_link_libraries( - libstorage + storage ${GLIB2_LIBRARIES} ${BERKELEY_DB_LIBRARIES} ) |