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

8 lines
104 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
Math.h
Matrix.h
2020-04-15 02:03:56 +02:00
Transform.h
Transform.cpp
Vector.h
Vector.cpp)