1 Star 0 Fork 1

wangliangfmail/uos-remote

forked from zhukwxy/uos-remote 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CMakeLists.txt 344 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhukewei 提交于 2020-09-25 19:07 . compile_commands.json
cmake_minimum_required(VERSION 3.9.5)
project(uos-remote)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
add_subdirectory(ysrc)
add_subdirectory(ylib)
option(UOS_REMOTE_TEST "unit test" OFF)
if(UOS_REMOTE_TEST)
add_subdirectory(ytest)
endif()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangliangfmail/uos-remote.git
git@gitee.com:wangliangfmail/uos-remote.git
wangliangfmail
uos-remote
uos-remote
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385