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
2022-11-17 16:47:42 +01:00
PRIVATE
Math.h
Matrix.h
2020-04-15 02:03:56 +02:00
Transform.h
Transform.cpp
Vector.h
Vector.cpp)