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

8 lines
110 B
CMake
Raw Normal View History

target_sources(SeeleEngine
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)