CMake can't find GLEW
摘要:Q: I'm on Windows and there is a FindGLEW.cmake file in my CMake modules folder, presumably put there when I installed CMake-3.6. I found GLEW on sourceforge and downloaded the zip file for Windows....
阅读全文
posted @
2017-06-14 16:52
今夜太冷
阅读(5071)
推荐(0) 编辑
cmake 学习笔记(三) (转)
摘要:接前面的 Cmake学习笔记(一) 与 Cmake学习笔记(二) 继续学习 cmake 的使用。 学习一下cmake的 finder。 finder是神马东西? 当编译一个需要使用第三方库的软件时,我们需要知道: 去哪儿找头文件 .h 对比GCC的 -I 参数 去哪儿找库文件 (.so/.dll/.
阅读全文
posted @
2017-06-14 16:36
今夜太冷
阅读(340)
推荐(0) 编辑