aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-02-18 09:13:46 +0100
committerFelix Morgner <felix.morgner@gmail.com>2026-02-18 09:13:46 +0100
commitdaab8f61297289697e9affe36450e12c57f2b094 (patch)
treeda73e2ee95bdf697c6df65d61ff660f3a37bb9e0 /CMakeLists.txt
parent4165404f85bf542d5f7a42d81b7288a91a72296d (diff)
downloadsnake.s-daab8f61297289697e9affe36450e12c57f2b094.tar.xz
snake.s-daab8f61297289697e9affe36450e12c57f2b094.zip
refactor: extract error function
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 90d304a..2d88dcf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,6 +9,7 @@ project("snake.s"
find_package("SDL2" REQUIRED)
add_executable("snake.s"
+ "src/error.S"
"src/main.S"
)