X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2FCMakeLists.txt;h=41d4b907a114cf34be639db6407a362533e34a23;hb=HEAD;hp=daaeccbf224982d742a9e55480eccfe082a9021b;hpb=3bf92d26e3256d76766e77106502a68c9e30c14b;p=bluesky.git diff --git a/bluesky/CMakeLists.txt b/bluesky/CMakeLists.txt index daaeccb..41d4b90 100644 --- a/bluesky/CMakeLists.txt +++ b/bluesky/CMakeLists.txt @@ -3,9 +3,10 @@ include_directories("${LIBS3_BUILD_DIR}/include" ${KVSTORE_DIR}) link_directories("${LIBS3_BUILD_DIR}/lib" ${KVSTORE_DIR}) add_library(bluesky SHARED - cache.c crc32c.c crypto.c debug.c dir.c file.c init.c inode.c log.c - serialize.c store.c store-bdb.c store-kv.cc store-multi.c - store-s3.c util.c) + cache.c cleaner.c cloudlog.c crc32c.c crypto.c debug.c dir.c file.c + imap.c init.c inode.c log.c serialize.c store.c store-azure.c + store-bdb.c store-kv.cc store-multi.c store-s3.c store-simple.c + util.c) add_executable(bluesky-test main.c) set(CMAKE_C_FLAGS "-Wall -std=gnu99 ${CMAKE_C_FLAGS}")