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

8 lines
105 B
CMake
Raw Normal View History

2022-02-24 22:38:26 +01:00
target_sources(Engine
PRIVATE
Math.h
Matrix.h
2020-04-15 02:03:56 +02:00
Vector.h
2020-06-02 11:46:18 +02:00
Vector.cpp
2020-04-15 02:03:56 +02:00
Transform.h
Transform.cpp)