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

5 lines
67 B
CMake
Raw Normal View History

target_sources(SeeleEngine
PRIVATE
Math.h
Matrix.h
Vector.h)