1 Star 0 Fork 401

glc_opensource/acl

forked from acl-dev/acl 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 273 Bytes
一键复制 编辑 原始数据 按行查看 历史
郑树新 提交于 2017-01-18 08:46 +08:00 . support cmake.
cmake_minimum_required(VERSION 2.8)
project(acl)
add_subdirectory(lib_acl/src lib_acl)
add_subdirectory(lib_protocol/src lib_protocol)
add_subdirectory(lib_acl_cpp/src lib_acl_cpp)
if (CMAKE_SYSTEM_NAME MATCHES "Linuxxx")
add_subdirectory(lib_fiber/src lib_fiber)
endif()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/glc_opensource/acl.git
[email protected]:glc_opensource/acl.git
glc_opensource
acl
acl
master

搜索帮助