diff options
author | Oxore <oxore@protonmail.com> | 2024-03-24 02:04:41 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2024-11-21 00:18:24 +0300 |
commit | 7581621f49890a2d48e7ee4f1eb5e58679751187 (patch) | |
tree | a194549e680f21af7621b74fb9632d093b2fd934 /CMakeLists.txt | |
parent | e6cea752f051b68ff92b387c5684cf1a36782af7 (diff) |
Split disassembly logic into a separate translation unit
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 71863ed..2186d15 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,7 @@ set(common_debug_flags add_executable(m68k-disasm src/main.cpp src/data_buffer.cpp + src/disasm.cpp src/m68k.cpp src/elf_image.cpp ) |