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

8 lines
140 B
CMake
Raw Normal View History

target_sources(Engine
PUBLIC
Component.h
Camera.h
Camera.cpp
StaticMesh.h
Transform.h
Transform.cpp)