diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e5240aa..80b78d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,6 +19,7 @@ set(emulator_sources bus.cpp emulator.cpp gdbremote_parser.cpp + m68k_debugging.cpp ) set(musashi_m68k_sources musashi-m68k/m68kcpu.c @@ -58,4 +59,3 @@ add_executable(gdbremote include_directories( . ) - |