From af05dfcf0d5a6829d13a89888f0135786bdaf4bd Mon Sep 17 00:00:00 2001 From: cat Date: Fri, 30 Jan 2026 15:56:33 +0200 Subject: [PATCH] Fixed the wrong naming of Components.cpp --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ad6c244..dd4a1e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ endif() include(GNUInstallDirs) add_library(${PROJECT_NAME} SHARED - "source/Systems/ECS/Component.cpp" + "source/Systems/ECS/Components.cpp" "source/Systems/ECS/World.cpp" "source/Systems/Logging.cpp" "source/Systems/Random.cpp"