summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2024-03-24 02:37:54 +0300
committerOxore <oxore@protonmail.com>2024-11-21 00:18:24 +0300
commit2294d3e82e986894c0645840d01ddd6b2cb08523 (patch)
tree4742e883898fd585ec50b0f40f159b08fd75b57e /CMakeLists.txt
parent55245a2c76baeaebb032613617e426df899e9ee7 (diff)
Move some GAS specific behavior to gnu.cpp
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2186d15..ad1d511 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,6 +22,7 @@ add_executable(m68k-disasm
src/main.cpp
src/data_buffer.cpp
src/disasm.cpp
+ src/gnu.cpp
src/m68k.cpp
src/elf_image.cpp
)