blender/build_files/cmake/Modules
Sybren A. Stüvel 9a10b208ba Ensure CMake finds SDL 2.0
CMake 2.8 doesn't search /usr/include/SDL2, which is the include directory
for SDL 2.x on Ubuntu Linux (and possibly others). This results in SDL 1.2
headers being found when WITH_SDL_DYNLOAD=OFF, and our shipped SDL 2.0
headers when WITH_SDL_DYNLOAD=ON. This patch ensures that in both
cases the correct SDL headers are used.

Reviewers: sergey, campbellbarton

Projects: #bf_blender

Differential Revision: https://developer.blender.org/D1112
2015-02-16 09:27:50 +01:00
..
FindFftw3.cmake - add example for python rna property update 2011-06-20 02:54:56 +00:00
FindGLEW.cmake CMake: cleanup, namespace & unused vars 2014-11-16 13:04:10 +01:00
FindIcuLinux.cmake Fix when statically linking with distro's boost: in this case, we most likely also need to statically link against icu, as most boost packages are built with it. Without that, you get a bunch of errors at link time (when using boost_locale, or, in freestyle branch, boost_regex). 2012-11-19 08:51:35 +00:00
FindJack.cmake - add example for python rna property update 2011-06-20 02:54:56 +00:00
FindJeMalloc.cmake CMake: Add search path for jemalloc which corresponds to own and studio setup 2015-02-14 12:29:48 +05:00
FindOpenCOLLADA.cmake CMake: cleanup, namespace & unused vars 2014-11-16 13:04:10 +01:00
FindOpenColorIO.cmake Cleanup: warnings 2014-12-01 14:54:13 +01:00
FindOpenEXR.cmake Added default install location from install_deps.sh to FindOpenEXR.cmake 2015-01-28 23:36:51 +05:00
FindOpenGLES.cmake CMake: cleanup, namespace & unused vars 2014-11-16 13:04:10 +01:00
FindOpenImageIO.cmake CMake: Auto-detect path to idiff application in FindOpenImageIO.cmake 2015-01-22 15:53:15 +05:00
FindOpenJPEG.cmake CMake: cleanup, namespace & unused vars 2014-11-16 13:04:10 +01:00
FindOpenShadingLanguage.cmake CMake cleanup: Move OSL detection code into FindOpenShadingLanguage.cmake 2015-02-10 02:45:59 +05:00
FindPCRE.cmake removed nodes from CMake's BLENDER_LINK_LIBS, rewrote find-pcre using own template. 2011-09-14 01:23:17 +00:00
FindPugiXML.cmake Cycles: Fix compilation error when OIIO is compiled with external PugiXML parser 2015-01-01 01:31:07 +05:00
FindPythonLibsUnix.cmake Fix the ABIFLAGS order for detecting Python debug builds 2014-07-04 20:02:58 +10:00
FindSDL2.cmake Ensure CMake finds SDL 2.0 2015-02-16 09:27:50 +01:00
FindSndFile.cmake - add example for python rna property update 2011-06-20 02:54:56 +00:00
FindSpacenav.cmake more cmake/x11 edits 2011-08-02 06:32:53 +00:00
FindXML2.cmake - removed some duplicate library links from cmake (which were needed because of bad level calls) 2011-09-14 01:02:57 +00:00
GTestTesting.cmake Fix for GTest 2015-01-09 23:33:02 +11:00