all repos — mgba @ 3ee3f7625f5f60248ff2a05853bf93e8a00d9171

mGBA Game Boy Advance Emulator

Link with SDL2_LIBDIR if necessary
Jeffrey Pfau jeffrey@endrift.com
Tue, 08 Jul 2014 23:02:30 -0700
commit

3ee3f7625f5f60248ff2a05853bf93e8a00d9171

parent

f1b4e7039f0c61699788f1ef95fcd305a61d649d

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/platform/sdl/CMakeLists.txtsrc/platform/sdl/CMakeLists.txt

@@ -8,6 +8,7 @@ if (SDL2_FOUND)

set(SDL_INCLUDE_DIR ${SDL2_INCLUDE_DIRS}) set(SDL_LIBRARY ${SDL2_LIBRARIES}) set(SDLMAIN_LIBRARY "") + link_directories(${SDL2_LIBDIR}) endif() endif()