#include <GLUT/glut.h>
CDT indexer doesn't understand this since there is no actual path called "GLUT", but the GLUT.framework/HeadersUse soft links:
- Create a include folder (e.g.
~/include
) orcd /usr/include
ln -s /System/Library/Framworks/GLUT.framework/Headers ${your_include}/GLUT
No comments:
Post a Comment