blender/extern/sdlew
Campbell Barton 47adab4f99 CMake: prepare for BLENDER_SORTED_LIBS removal
No functional change, this adds LIB definition and args to cmake files.
Without this it's difficult to migrate away from 'BLENDER_SORTED_LIBS'
since there are many platforms/configurations that could break when
changing linking order.

Manually add and enable WITHOUT_SORTED_LIBS to try building
without sorted libs (currently fails since all variables are empty).
This check will eventually be removed.

See T46725.
2019-04-14 15:37:24 +02:00
..
include
src SDL wrangler: Support loading SDL2 libraries of different names 2015-01-14 00:26:43 +05:00
CMakeLists.txt CMake: prepare for BLENDER_SORTED_LIBS removal 2019-04-14 15:37:24 +02:00
README.blender Forgot this in previous commit 2016-05-24 11:48:19 +02:00

Project: SDL Extension Wrangler
URL: https://github.com/SDLWrangler/sdlew
License: Apache 2.0
Upstream version: 15edf8e 
Local modifications: None