1 Star 0 Fork 1

Sh-Zh-7/Garou

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 341 Bytes
一键复制 编辑 原始数据 按行查看 历史
沈之豪 提交于 2020-11-11 00:04 . Upload to gitee
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
project(Garou)
SET(CMAKE_BUILD_TYPE "Release")
SET(CMAKE_CXX_FLAGS_DEBUG "$ENV{CXXFLAGS} -O0 -Wall -g2 -ggdb")
SET(CMAKE_CXX_FLAGS_RELEASE "$ENV{CXXFLAGS} -O3 -Wall")
option(GAROU_BUILD_EXAMPLES "Build garou examples." ON)
if(GAROU_BUILD_EXAMPLES)
add_subdirectory("example")
endif()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/sh-zh-7/Garou.git
[email protected]:sh-zh-7/Garou.git
sh-zh-7
Garou
Garou
master

搜索帮助