From 4bc8f2eb1a5c8cf51d540786122150217574e3d8 Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Fri, 31 Jan 2014 01:01:44 -0800 Subject: [PATCH] Move SDL output directory --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea5784a3f..5dfea67a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ add_library(${BINARY_NAME} SHARED ${ARM_SRC} ${GBA_SRC} ${DEBUGGER_SRC} ${RENDER target_link_libraries(${BINARY_NAME} m ${DEBUGGER_LIB} ${OS_LIB}) if(BUILD_SDL) - add_subdirectory(src/platform/sdl) + add_subdirectory(${CMAKE_SOURCE_DIR}/src/platform/sdl ${CMAKE_BINARY_DIR}/sdl) endif() if(BUILD_PERF)