diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-02-18 09:13:46 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-02-18 09:13:46 +0100 |
| commit | daab8f61297289697e9affe36450e12c57f2b094 (patch) | |
| tree | da73e2ee95bdf697c6df65d61ff660f3a37bb9e0 /CMakeLists.txt | |
| parent | 4165404f85bf542d5f7a42d81b7288a91a72296d (diff) | |
| download | snake.s-daab8f61297289697e9affe36450e12c57f2b094.tar.xz snake.s-daab8f61297289697e9affe36450e12c57f2b094.zip | |
refactor: extract error function
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
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" ) |
