summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-04-21 18:42:46 +0300
committerOxore <oxore@protonmail.com>2023-04-21 18:42:46 +0300
commit8856f2ee0e19f50c4c4fb3dc7fccc8150a00da81 (patch)
tree575d6b65bf425a27d487f6987c6331763e388ec8 /CMakeLists.txt
parent25762ee11dadb333f5b63c359abb615dc5f16b09 (diff)
Refactor asm rendering
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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})