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

22 lines
470 B
CMake
Raw Normal View History

2022-02-24 22:38:26 +01:00
target_sources(Engine
2022-11-17 16:47:42 +01:00
PRIVATE
2020-04-15 02:03:56 +02:00
Actor.cpp
Actor.h
CameraActor.cpp
CameraActor.h
2023-03-09 17:39:57 +01:00
DirectionalLightActor.cpp
DirectionalLightActor.h
Entity.cpp
2023-03-09 17:39:57 +01:00
Entity.h
PointLightActor.cpp
PointLightActor.h)
2022-11-22 22:11:37 +01:00
target_sources(Engine
PUBLIC FILE_SET HEADERS
FILES
Actor.h
CameraActor.h
2023-03-09 17:39:57 +01:00
DirectionalLightActor.h
Entity.h
PointLightActor.h)