all repos — mgba @ 97e4e7a28c3953916c2f02cb6b50bc72914961ca

mGBA Game Boy Advance Emulator

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

97e4e7a28c3953916c2f02cb6b50bc72914961ca

parent

0c332d972b6fb755a07d9292d9622f2e0b625a60

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

jump to
M CMakeLists.txtCMakeLists.txt

@@ -40,6 +40,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})