Add unit test for Rect.hpp

This commit is contained in:
Zack Mulgrew 2015-04-27 21:07:19 -07:00 committed by Lukas Dürrenberger
parent 5b08f8133f
commit 620c9989d6
2 changed files with 121 additions and 0 deletions

View file

@ -3,6 +3,7 @@ set(SRCROOT "${PROJECT_SOURCE_DIR}/test/src")
SET(SRC
"${SRCROOT}/Main.cpp"
"${SRCROOT}/Vector2.cpp"
"${SRCROOT}/Rect.cpp"
)
include_directories("${PROJECT_SOURCE_DIR}/include")