Cmake on OSX Yosemite 10.10.3 - GLEW: package 'gl' not found
问题 A while ago I decided to learn and delve myself in Cmake and ran into some annoying issues. Following some tutorials (involving opengl and glew), I built a basic application that ran fine on a windows emulated machine but at a specific moment, emulation wouldn't just do the trick anymore and I switched to Xcode and also Cmake. So I set up a basic folder structure: build CMakeLists.txt inc lib src lib folder includes the folders: glew glfw Which are unzipped straight from their original