diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 10 |
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( . |