Add unit test for Rect.hpp
This commit is contained in:
parent
5b08f8133f
commit
620c9989d6
2 changed files with 121 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue