Fixed the wrong naming of Components.cpp

This commit is contained in:
2026-01-30 15:56:33 +02:00
parent dadbfbc085
commit af05dfcf0d

View File

@@ -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"