dolphin/Source/Core
Scott Moreau 1ffb9ce47e Fix broken build when using SDL from Externals.
The problem here was the logic that detects SDL in the main CMakeLists.txt
is not the same as it is in DolphinWX/CmakeLists.txt to set libraries. When
using SDL from Externals it failed at link time because -lSDL was never set.
This fixes the problem by using the same condition logic to set the libs
as used when detecting SDL in the first place.
2012-09-02 16:53:15 -06:00
..
AudioCommon Implemented proper timing in the "No audio output" back-end. 2012-07-01 17:07:58 +10:00
Common Partially revert be200074e9 for OS X systems 2012-08-25 03:30:37 +02:00
Core Merge branch 'memcard-delay' 2012-08-24 12:45:45 +02:00
DiscIO Use do { ... } while (0) for the *_LOG macros 2012-08-20 13:12:49 +02:00
DolphinWX Fix broken build when using SDL from Externals. 2012-09-02 16:53:15 -06:00
InputCommon Re-add hack to use SDL/SDL.h ifndef _WIN32. 2012-07-14 20:50:58 -06:00
VideoCommon Update libav code to remove deprecation warnings. 2012-08-28 22:34:24 -05:00
CMakeLists.txt