2 Star 25 Fork 13

mjuyangyousong / MyRpc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 263 Bytes
一键复制 编辑 原始数据 按行查看 历史
yousongyang 提交于 2022-01-27 15:06 . 修改编译器选项
cmake_minimum_required (VERSION 3.8)
project(MyRpc)
add_compile_options(-std=c++17 -O2 -g -Wall -fno-rtti)
add_subdirectory(third_party)
add_subdirectory(src)
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR})
set(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib)
C++
1
https://gitee.com/mjuyangyousong/MyRpc.git
git@gitee.com:mjuyangyousong/MyRpc.git
mjuyangyousong
MyRpc
MyRpc
master

搜索帮助