mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-03 11:32:43 +01:00
"Fix" using SDL from externals.
This commit is contained in:
parent
10567cb23f
commit
e556f47db0
@ -435,7 +435,7 @@ else(SDL2_FOUND)
|
|||||||
else(SDL_FOUND)
|
else(SDL_FOUND)
|
||||||
# TODO: Use the prebuilt one on Windows
|
# TODO: Use the prebuilt one on Windows
|
||||||
message("Using static SDL from Externals")
|
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)
|
add_subdirectory(Externals/SDL)
|
||||||
endif(SDL_FOUND)
|
endif(SDL_FOUND)
|
||||||
endif(SDL2_FOUND)
|
endif(SDL2_FOUND)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user