Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Berger <martijn.berger@gmail.com>2014-11-13 18:19:57 +0300
committerMartijn Berger <martijn.berger@gmail.com>2014-11-13 18:23:27 +0300
commit96ca64629d3373293b083540e593f500cb9a4e7d (patch)
treedfdb976380b76bfd06017246565241ab65c0bfb4 /CMakeLists.txt
parentdc519f3eb76468f0a580c0df7a82676568c47a6a (diff)
Windows (MSVC2013) move to SDL2
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 25182ef6e88..6fe89022342 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1675,7 +1675,7 @@ elseif(WIN32)
if(WITH_SDL)
set(SDL ${LIBDIR}/sdl)
set(SDL_INCLUDE_DIR ${SDL}/include)
- set(SDL_LIBRARY SDL)
+ set(SDL_LIBRARY SDL2)
set(SDL_LIBPATH ${SDL}/lib)
endif()