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

7 lines
97 B
CMake
Raw Normal View History

target_sources(SeeleEngine
PRIVATE
Math.h
Matrix.h
2020-04-15 02:03:56 +02:00
Vector.h
Transform.h
Transform.cpp)