From f1573848a8ced69f45192b07bab9785e900d34a0 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sat, 3 Sep 2022 13:58:22 +0300 Subject: Begin implementing breakpoints support --- CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'CMakeLists.txt') 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( . -- cgit v1.2.3