mercredi 28 janvier 2015

Add directories to compiler search pathes with makefiles

How do I add directories to compiler's search directories? I'm trying to add the SFML include directory to my project, but my compiler keeps complaining that it can't find SFML/Audio.hpp.


Here's my cflags options: -Wall -std=c++11 -O2 -DSFML_STATIC -ISQLite/include -ISFML-2.1/include


What can I do?


Aucun commentaire:

Enregistrer un commentaire