2022-11-15 12:19:11 +01:00
|
|
|
target_sources(Engine
|
2022-11-17 16:47:42 +01:00
|
|
|
PRIVATE
|
2023-11-10 19:18:09 +01:00
|
|
|
CameraUpdater.h
|
|
|
|
|
CameraUpdater.cpp
|
2023-01-29 18:58:59 +01:00
|
|
|
ComponentSystem.h
|
2022-11-15 12:19:11 +01:00
|
|
|
Executor.h
|
|
|
|
|
Executor.cpp
|
2023-11-17 22:31:26 +01:00
|
|
|
KeyboardInput.h
|
|
|
|
|
KeyboardInput.cpp
|
2023-10-26 18:37:29 +02:00
|
|
|
LightGather.h
|
|
|
|
|
LightGather.cpp
|
2023-10-24 15:01:09 +02:00
|
|
|
MeshUpdater.h
|
|
|
|
|
MeshUpdater.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-11-10 19:18:09 +01:00
|
|
|
CameraUpdater.h
|
2023-01-29 18:58:59 +01:00
|
|
|
ComponentSystem.h
|
2022-11-22 22:11:37 +01:00
|
|
|
Executor.h
|
2023-11-17 22:31:26 +01:00
|
|
|
KeyboardInput.h
|
2023-10-26 18:37:29 +02:00
|
|
|
LightGather.h
|
|
|
|
|
MeshUpdater.h
|
2023-01-29 18:58:59 +01:00
|
|
|
SystemBase.h
|
|
|
|
|
SystemGraph.h)
|