all repos — mgba @ 87b17efe76ce72e4bf11962c124c7792291bc9e8

mGBA Game Boy Advance Emulator

Add define for GDB stub
Jeffrey Pfau jeffrey@endrift.com
Sat, 01 Feb 2014 20:48:00 -0800
commit

87b17efe76ce72e4bf11962c124c7792291bc9e8

parent

1a7656fe3673b527cc337354aa880217785b22aa

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

jump to
M CMakeLists.txtCMakeLists.txt

@@ -41,6 +41,7 @@ set(DEBUGGER_LIB "")

endif() if(USE_GDB_STUB) + add_definitions(-DUSE_GDB_STUB) set(DEBUGGER_SRC "${DEBUGGER_SRC};${CMAKE_SOURCE_DIR}/src/debugger/gdb-stub.c") endif() source_group("ARM debugger" FILES ${DEBUGGER_SRC})