summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2022-09-03 13:58:22 +0300
committerOxore <oxore@protonmail.com>2022-09-03 13:58:22 +0300
commitf1573848a8ced69f45192b07bab9785e900d34a0 (patch)
tree3f3346fcf811fae2fa6f11f5d8295c321761c1c6 /CMakeLists.txt
parent1c108b02f62c0812a8a71e78854666588a811840 (diff)
Begin implementing breakpoints support
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 71ac411..7187264 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,11 +51,11 @@ target_compile_definitions(emulator PRIVATE
DEBUG_TRACE_GDB_REMOTE=1
)
-# Target for GDB Remote Debugging protocol implementation testing
-add_executable(gdbremote
- gdbremote.cpp
- gdbremote_parser.cpp
- )
+## Target for GDB Remote Debugging protocol implementation testing
+#add_executable(gdbremote
+# gdbremote.cpp
+# gdbremote_parser.cpp
+# )
include_directories(
.