diff options
| author | realtradam <[email protected]> | 2023-05-30 18:27:27 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-05-30 18:27:27 -0400 |
| commit | fdffc6ef7cc37ae1c4d78f5f869d2b8f027d5aaa (patch) | |
| tree | f94c6c1a5a523d23b9ddd76c821587f16d84da1e /CMakeLists.txt | |
| parent | c43ac3e4ce4375b6fa1fa9927e20ff4f88504429 (diff) | |
| download | TOJam2023-fdffc6ef7cc37ae1c4d78f5f869d2b8f027d5aaa.tar.gz TOJam2023-fdffc6ef7cc37ae1c4d78f5f869d2b8f027d5aaa.zip | |
fix rendering bug and clean up some code
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dad1a2e..578f80e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,6 +12,8 @@ add_executable(${PROJECT_NAME} "src/enemies.c" "src/sprite.c" "src/wall.c" + "src/debug.c" + "src/init.c" ) set_property(TARGET ${PROJECT_NAME} PROPERTY C_STANDARD 99) |
