blender/build_files/cmake
Sergey Sharybin 80d1d624d3 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
2014-11-17 17:43:18 +05:00
..
config CMake: add 'make full' target 2014-11-13 19:41:33 +01:00
example_scripts patch cmake_linux_install.sh to do multithreaded build 2014-02-27 16:00:26 +01:00
Modules CMake: cleanup, namespace & unused vars 2014-11-16 13:04:10 +01:00
buildinfo.cmake CMake: cleanup, namespace & unused vars 2014-11-16 13:04:10 +01:00
clang_array_check.py Checker percentage calc was wrong, also cleanup 2014-03-29 11:25:44 +11:00
cmake_consistency_check_config.py CMake: add header 2014-08-02 19:16:00 +10:00
cmake_consistency_check.py Cleanup: spelling (D831) 2014-11-03 23:28:16 +01:00
cmake_netbeans_project.py Fix project-file generators (didn't close files) 2014-10-30 18:26:54 +01:00
cmake_qtcreator_project.py Fix project-file generators (didn't close files) 2014-10-30 18:26:54 +01:00
cmake_static_check_clang_array.py Update clang array checker for new clang py api 2014-03-29 11:08:24 +11:00
cmake_static_check_cppcheck.py Checker percentage calc was wrong, also cleanup 2014-03-29 11:25:44 +11:00
cmake_static_check_smatch.py Checker percentage calc was wrong, also cleanup 2014-03-29 11:25:44 +11:00
cmake_static_check_sparse.py Checker percentage calc was wrong, also cleanup 2014-03-29 11:25:44 +11:00
cmake_static_check_splint.py Checker percentage calc was wrong, also cleanup 2014-03-29 11:25:44 +11:00
macros.cmake Support dynamic loading of SDL libraries 2014-11-17 17:43:18 +05:00
packaging.cmake CMake: cleanup, namespace & unused vars 2014-11-16 13:04:10 +01:00
project_info.py CMake: use project name when generating project files 2014-05-11 16:21:38 +10:00
project_source_info.py pass compiler defines such as __FLT_MIN__ to smatch and sparse (they fail without them). 2013-08-08 01:53:02 +00:00
RpmBuild.cmake when building blender as a py module use add_library(... MODULE on all systems, was SHARED on linux/windows. 2012-01-11 00:09:46 +00:00