1 Star 0 Fork 113

zjq/embedme

forked from newgolo/appkit 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 549 Bytes
一键复制 编辑 原始数据 按行查看 历史
newgolo 提交于 2022-01-12 10:16 . libemb更名为zemb
cmake_minimum_required(VERSION 3.0)
## 设置工程名字
project(test)
## 导入mbuild系统的一些配置
include(prebuild/core/mbuild.cmake)
include_directories(
opensource/zemb/inc
)
## 增加子工程
add_subdirectory(opensource/zemb)
add_subdirectory(app/demo)
add_subdirectory(example/coroutine)
add_subdirectory(example/tcpsrv)
add_subdirectory(example/tcpcli)
add_subdirectory(example/udpsrv)
add_subdirectory(example/udpcli)
add_subdirectory(test_case/test_cppunit)
add_subdirectory(test_case/test_zemb)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/yidongchafang/embedme.git
git@gitee.com:yidongchafang/embedme.git
yidongchafang
embedme
embedme
master

搜索帮助