Fixed the wrong naming of Components.cpp
This commit is contained in:
@@ -18,7 +18,7 @@ endif()
|
|||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|
||||||
add_library(${PROJECT_NAME} SHARED
|
add_library(${PROJECT_NAME} SHARED
|
||||||
"source/Systems/ECS/Component.cpp"
|
"source/Systems/ECS/Components.cpp"
|
||||||
"source/Systems/ECS/World.cpp"
|
"source/Systems/ECS/World.cpp"
|
||||||
"source/Systems/Logging.cpp"
|
"source/Systems/Logging.cpp"
|
||||||
"source/Systems/Random.cpp"
|
"source/Systems/Random.cpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user