Moved GdbHelpMonitorInfo.txt

This commit is contained in:
Nav
2022-12-09 22:26:26 +00:00
parent 13cf4eb3a4
commit b8c83c87fc
4 changed files with 16 additions and 4 deletions

View File

@@ -36,3 +36,14 @@ target_sources(
${CMAKE_CURRENT_SOURCE_DIR}/Gdb/AvrGdb/CommandPackets/FlashWrite.cpp
${CMAKE_CURRENT_SOURCE_DIR}/Gdb/AvrGdb/CommandPackets/FlashDone.cpp
)
# DebugServer resources
qt_add_resources(
Bloom
"DebugServerResources"
PREFIX
"/compiled/src/DebugServer"
FILES
# GDB RSP Server
"./Gdb/Resources/GdbHelpMonitorInfo.txt"
)