Hi there, I successfully compiled SFML 2.0 with Xcode 4.6. However, when I load a project through the template, it gives me an error that says: "/Users/PeterSenyszyn/Documents/Test/Test/main.cpp:1:10: 'SFML/Graphics.hpp' file not found"
Do I have to do anything beyond compile SFML with Cmake? Do I have to go ahead and link the libraries, and if so, how would I do that?