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

6 lines
113 B
CMake
Raw Normal View History

2022-02-24 22:38:26 +01:00
target_sources(Engine
2022-09-24 21:06:25 +02:00
PUBLIC
2020-04-15 02:03:56 +02:00
Actor.cpp
Actor.h
CameraActor.cpp
CameraActor.h)