Fix SDL_gpu CMake build.
Patch provided by mordante.
This commit is contained in:
parent
ccc1f9e633
commit
d5491b0611
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ option(SDL_gpu_DISABLE_GLES_3 "Disable OpenGLES 3.X renderer" OFF)
|
|||
|
||||
set(SDL_gpu_VERSION 0.8.1)
|
||||
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "./CMake_scripts")
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/CMake_scripts)
|
||||
|
||||
if ( SDL_gpu_BUILD_DEBUG )
|
||||
SET(CMAKE_BUILD_TYPE Debug)
|
||||
|
|
Loading…
Add table
Reference in a new issue