16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 17:29:18 +02:00

Create ECS system base

This commit is contained in:
2026-03-15 00:00:54 +01:00
parent b8f5282a39
commit 2bd4ef81b6
5 changed files with 290 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ endif()
include(CheckCXXSymbolExists)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_FIND_PACKAGE_PREFER_CONFIG TRUE)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMake_modules/")
@@ -233,6 +235,10 @@ set(SOURCES
"launcher/scenery_scanner.cpp"
"vr/vr_interface.cpp"
entitysystem/components/BasicComponents.h
entitysystem/ecs.cpp
entitysystem/ecs.h
entitysystem/components/RenderComponents.h
)
set(DEFINITIONS)