2022-11-15 12:19:11 +01:00
|
|
|
target_sources(Engine
|
2022-11-17 16:47:42 +01:00
|
|
|
PRIVATE
|
2023-01-29 18:58:59 +01:00
|
|
|
ComponentSystem.h
|
2022-11-15 12:19:11 +01:00
|
|
|
Executor.h
|
|
|
|
|
Executor.cpp
|
2023-01-29 18:58:59 +01:00
|
|
|
SystemBase.h
|
|
|
|
|
SystemGraph.h
|
|
|
|
|
SystemGraph.cpp)
|
2022-11-22 22:11:37 +01:00
|
|
|
|
|
|
|
|
target_sources(Engine
|
|
|
|
|
PUBLIC FILE_SET HEADERS
|
|
|
|
|
FILES
|
2023-01-29 18:58:59 +01:00
|
|
|
ComponentSystem.h
|
2022-11-22 22:11:37 +01:00
|
|
|
Executor.h
|
2023-01-29 18:58:59 +01:00
|
|
|
SystemBase.h
|
|
|
|
|
SystemGraph.h)
|