diff options
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) |
