summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorarngo <[email protected]>2023-05-27 16:19:34 -0400
committerarngo <[email protected]>2023-05-27 16:19:34 -0400
commitb049a32d80aac0012a653c868263d2efc9a27fcc (patch)
tree49833b6e5c904fee9f1aa01859b803033c26c929 /CMakeLists.txt
parent1467c004665e9efefd2ea0fa2875ad93374d3e1b (diff)
downloadTOJam2023-b049a32d80aac0012a653c868263d2efc9a27fcc.tar.gz
TOJam2023-b049a32d80aac0012a653c868263d2efc9a27fcc.zip
add walls and player wall collision
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 748a9f1..dad1a2e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,6 +11,7 @@ add_executable(${PROJECT_NAME}
"src/bullet.c"
"src/enemies.c"
"src/sprite.c"
+ "src/wall.c"
)
set_property(TARGET ${PROJECT_NAME} PROPERTY C_STANDARD 99)