CMakeLists.txt 241 字节
Newer Older
D
dongdaxiang 已提交
1
cc_library(fs SRCS fs.cc DEPS string_helper glog boost)
T
tianshuo78520a 已提交
2
cc_library(shell SRCS shell.cc DEPS string_helper glog timer enforce)
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)