1 Star 0 Fork 0

陆旭峰/geogram

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CMakeOptions.txt.graphite 395 Bytes
一键复制 编辑 原始数据 按行查看 历史
Simone Gasparini 提交于 2017-12-14 16:46 . [geogram] Update to 1.5.4
# Options for compiling Geogram for Graphite
# Rename as CMakeOptions.txt
if(WIN32)
set(VORPALINE_PLATFORM Win-vs-dynamic-generic)
elseif(APPLE)
set(VORPALINE_PLATFORM Darwin-clang-dynamic)
elseif(UNIX)
set(VORPALINE_PLATFORM Linux64-gcc-dynamic)
endif()
# Only geogram, geogram_gfx and GLFW will be built
# (skips generation of geogram demos and programs)
set(GEOGRAM_LIB_ONLY ON)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/FloveMY/geogram.git
git@gitee.com:FloveMY/geogram.git
FloveMY
geogram
geogram
master

搜索帮助