diff options
author | Oxore <oxore@protonmail.com> | 2023-04-21 18:42:46 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-04-21 18:42:46 +0300 |
commit | 8856f2ee0e19f50c4c4fb3dc7fccc8150a00da81 (patch) | |
tree | 575d6b65bf425a27d487f6987c6331763e388ec8 /CMakeLists.txt | |
parent | 25762ee11dadb333f5b63c359abb615dc5f16b09 (diff) |
Refactor asm rendering
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 29bcba0..198fa27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,8 @@ set(CMAKE_LINKER_FLAGS_DEBUG "${CMAKE_LINKER_FLAGS_DEBUG} -fsanitize=address -fn set(m68kdisasm_sources main.cpp + data_buffer.cpp + disasm.cpp ) add_executable(m68k-disasm ${m68kdisasm_sources}) |