CMakeLists.txt 241 字节
Newer Older
1
cc_library(fs SRCS fs.cc DEPS string_helper glog boost)
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)
5 6 7
if (WITH_CRYPTO) 
    add_subdirectory(crypto)
endif (WITH_CRYPTO)
新手
引导
客服 返回
顶部