From 80d1d624d378d4d8c03fb26ef286baf5479b6497 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 17 Nov 2014 16:35:36 +0500 Subject: Support dynamic loading of SDL libraries This is mainly to address old issue when one need to have SDL library installed in order to use our official builds. Some hip distros already installs SDL, but it's not quite the same across all the variety of the distros. We also now switching to SDL-2.0, most of the distros have it in repositories already, so it shouldn't be huge deal to install it if needed. Reviewers: campbellbarton Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D878 --- source/blenderplayer/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blenderplayer/CMakeLists.txt') diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt index 3dba4333884..4a154d778e7 100644 --- a/source/blenderplayer/CMakeLists.txt +++ b/source/blenderplayer/CMakeLists.txt @@ -167,6 +167,7 @@ endif() extern_wcwidth extern_libmv extern_glog + extern_sdlew ) if(WITH_MOD_CLOTH_ELTOPO) -- cgit v1.2.3