aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cb03d1d..83edba2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ set(C_STANDARD_REQUIRED ON)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# Add source files.
-file(GLOB SRC_FILES src/*.c src/entities/*.c src/levels/*.c)
+file(GLOB SRC_FILES src/*.c src/entities/*.c src/levels/*.c src/screens/*.c)
add_executable(${PROJECT_NAME} ${SRC_FILES})