"Fix" using SDL from externals.

This commit is contained in:
Jordan Woyak 2013-02-05 16:29:52 -06:00
parent 708fed92c8
commit af9b9c8f45
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ else(SDL2_FOUND)
else(SDL_FOUND)
# TODO: Use the prebuilt one on Windows
message("Using static SDL from Externals")
include_directories(Externals/SDL Externals/SDL/include)
include_directories(Externals/SDL/SDL Externals/SDL Externals/SDL/include)
add_subdirectory(Externals/SDL)
endif(SDL_FOUND)
endif(SDL2_FOUND)