1 Star 0 Fork 14

StarBeats/libgo

forked from Mr.li/libgo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
boost.cmake 327 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuyangzi 提交于 2016-01-20 15:01 . 调整构建文件
if (NOT Boost_FOUND)
set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_RUNTIME ON)
find_package(Boost REQUIRED coroutine context thread system date_time chrono regex)
if (Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS})
endif()
endif()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/starbeats/libgo.git
git@gitee.com:starbeats/libgo.git
starbeats
libgo
libgo
master

搜索帮助