Added test cases for Vector3<T>

This commit is contained in:
Lukas Dürrenberger 2018-08-19 16:14:54 +02:00 committed by Lukas Dürrenberger
parent d402ce5a5d
commit a88e854dc3
3 changed files with 163 additions and 1 deletions

View file

@ -6,6 +6,7 @@ include_directories("${PROJECT_SOURCE_DIR}/extlibs/headers")
# System is always built
SET(SYSTEM_SRC
"${SRCROOT}/Vector2.cpp"
"${SRCROOT}/Vector3.cpp"
"${SRCROOT}/TestUtilities/System.hpp"
"${SRCROOT}/TestUtilities/System.cpp"
)