Place bundled SFML include paths before others

This allows to build with bundled SFML when system SFML (of another
version) is installed
This commit is contained in:
Dmitry Marakasov
2014-08-20 17:44:18 +04:00
parent a09cf1d8f1
commit 99df57a35e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
include_directories(include)
include_directories(BEFORE include)
set(SRCS src/SFML/Network/Ftp.cpp
src/SFML/Network/Http.cpp