CMake ExternalProject
还没有人认领这个 Issue。
- 主要语言
- C++
- 星标
- 2.2k
- 派生
- 242
- 平均合并
- 11 分钟
- 30 天内合并 PR
- 1
描述
Hi,
How you download Polyscope with its main dependencies using CMake ExternalProject command:
https://cmake.org/cmake/help/latest/module/ExternalProject.html
This is a command that downloads github repository. But it must be setup so that dependencies are included and built. Do you have any example using it?
I use this command to download Eigen, Boost, CGAL and would like to add Polyscope in the same workflow, but it is out of my learning knowledge since it is not a header only library. This is one example how I use this command in my CMake projects: https://github.com/petrasvestartas/CMAKE/blob/main/super_build/example_eigen/CMakeLists.txt
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从链接的 CMake ExternalProject 文档以及所引用 repository 中的示例 CMakeLists.txt 开始。确定应如何将 Polyscope、Eigen、Boost 和 CGAL 一起下载并构建。完成的标准是提供一个针对该依赖工作流、经过文档说明且可正常运行的 ExternalProject 示例。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cmake, cpp
- 领域
- build-system
- Issue 类型
- 文档
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100