mirror of https://github.com/mgba-emu/mgba.git
Add define for GDB stub
This commit is contained in:
parent
0c332d972b
commit
97e4e7a28c
|
@ -40,6 +40,7 @@ else()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(USE_GDB_STUB)
|
if(USE_GDB_STUB)
|
||||||
|
add_definitions(-DUSE_GDB_STUB)
|
||||||
set(DEBUGGER_SRC "${DEBUGGER_SRC};${CMAKE_SOURCE_DIR}/src/debugger/gdb-stub.c")
|
set(DEBUGGER_SRC "${DEBUGGER_SRC};${CMAKE_SOURCE_DIR}/src/debugger/gdb-stub.c")
|
||||||
endif()
|
endif()
|
||||||
source_group("ARM debugger" FILES ${DEBUGGER_SRC})
|
source_group("ARM debugger" FILES ${DEBUGGER_SRC})
|
||||||
|
|
Loading…
Reference in New Issue