mirror of
https://github.com/libretro/mgba.git
synced 2024-11-24 08:30:30 +00:00
Add define for GDB stub
This commit is contained in:
parent
0c332d972b
commit
97e4e7a28c
@ -40,6 +40,7 @@ else()
|
||||
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})
|
||||
|
Loading…
Reference in New Issue
Block a user