
CMake
非乐墨轩
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[Work Summary #1]Use different compiler with CMake(指定GCC版本进行编译)
[Work Summary #1] Use different compiler with CMake 1. How do I use a different compiler Method 1: use environment variables(使用环境变量) For C and C++, set the CC and CXX environment variables. This metho...翻译 2019-03-23 10:31:56 · 352 阅读 · 0 评论 -
[Work Summary #3] No such file or directory
Basic idea: set the path of the file and then include it and link the libraries. But , if you find you have set the path and include it and the problem still exists, you need to delete the Makefiles a...原创 2019-04-17 23:07:01 · 401 阅读 · 0 评论