57 Star 376 Fork 147

cpp-master / cpp-tbox

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.mk 983 Bytes
一键复制 编辑 原始数据 按行查看 历史
#
# .============.
# // M A K E / \
# // C++ DEV / \
# // E A S Y / \/ \
# ++ ----------. \/\ .
# \\ \ \ /\ /
# \\ \ \ /
# \\ \ \ /
# -============'
#
# Copyright (c) 2018 Hevake and contributors, all rights reserved.
#
# This file is part of cpp-tbox (https://github.com/cpp-main/cpp-tbox)
# Use of this source code is governed by MIT license that can be found
# in the LICENSE file in the root of the source tree. All contributing
# project authors may be found in the CONTRIBUTORS.md file in the root
# of the source tree.
#
# 核心模块
MODULES += base
MODULES += util
MODULES += event
MODULES += eventx
MODULES += log
MODULES += network
MODULES += terminal
MODULES += main
MODULES += run
## 非核心模块,请根据需要选择
MODULES += coroutine
MODULES += http
MODULES += mqtt
MODULES += flow
MODULES += alarm
MODULES += crypto
MODULES += dbus
MODULES += jsonrpc
## 第三方库依赖
THIRDPARTY += nlohmann
C++
1
https://gitee.com/cpp-master/cpp-tbox.git
git@gitee.com:cpp-master/cpp-tbox.git
cpp-master
cpp-tbox
cpp-tbox
master

搜索帮助