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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user