Ai
3 Star 4 Fork 0

webturing/Algorithm20CS12345

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 152 Bytes
一键复制 编辑 原始数据 按行查看 历史
webturing 提交于 2022-02-22 18:06 +08:00 . CLion C++ 开发环境测试
cmake_minimum_required(VERSION 3.7)
project(cplusplus)
set(CMAKE_CXX_STANDARD 11)
set(SOURCE_FILES main.cpp)
add_executable(cplusplus ${SOURCE_FILES})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/webturing/Algorithm20CS12345.git
git@gitee.com:webturing/Algorithm20CS12345.git
webturing
Algorithm20CS12345
Algorithm20CS12345
master

搜索帮助