summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2024-03-24 01:41:07 +0300
committerOxore <oxore@protonmail.com>2024-11-21 00:18:24 +0300
commite6cea752f051b68ff92b387c5684cf1a36782af7 (patch)
tree6c6141a716da0e849462a5914d525b575d253e33 /CMakeLists.txt
parent85cf4b210c1c2d72984441144f29d1aa6a794030 (diff)
Rename `disasm.(cpp|h)` into `m68k.(cpp|h)`
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a778958..71863ed 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +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
)