From 2bd87ba9d98973e59e89fab4be60ce4ef4cf95ae Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Mon, 2 Oct 2023 21:27:41 -0600 Subject: Now using the level handler --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f9e256..991753a 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) +file(GLOB SRC_FILES src/*.c src/entities/*.c src/levels/*.c) add_executable(${PROJECT_NAME} ${SRC_FILES}) -- cgit v1.2.3