CMakeLists.txt 255 字节
Newer Older
T
tianshuo78520a 已提交
1
cc_library(shell SRCS shell.cc DEPS string_helper glog timer enforce)
Z
zhaocaibei123 已提交
2
cc_library(fs SRCS fs.cc DEPS string_helper glog boost enforce shell)
3 4

cc_test(test_fs SRCS test_fs.cc DEPS fs shell)
Y
Yanghello 已提交
5 6 7
if (WITH_CRYPTO) 
    add_subdirectory(crypto)
endif (WITH_CRYPTO)