Files
Seele/src/Engine/System/CMakeLists.txt
T

25 lines
559 B
CMake
Raw Normal View History

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
Executor.h
Executor.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-10-26 18:37:29 +02:00
LightGather.h
MeshUpdater.h
2023-01-29 18:58:59 +01:00
SystemBase.h
SystemGraph.h)