Adding testing stubs. Added basic Vector3 functionality.
This commit is contained in:
parent
074862ea6c
commit
7edaf675b1
6 changed files with 30 additions and 7 deletions
|
|
@ -35,6 +35,11 @@ solution "tests"
|
|||
"../include",
|
||||
}
|
||||
|
||||
configuration { "x64", "debug" }
|
||||
targetsuffix "x64_d"
|
||||
configuration { "x64", "release" }
|
||||
targetsuffix "x64"
|
||||
|
||||
configuration "Debug"
|
||||
defines { "DEBUG", "USE_CHEATS", "TRACE" }
|
||||
flags { "Symbols" }
|
||||
|
|
@ -42,9 +47,4 @@ solution "tests"
|
|||
|
||||
configuration "Release"
|
||||
defines { "NDEBUG", "USE_CHEATS", "TRACE" }
|
||||
flags { "Optimize" }
|
||||
|
||||
configuration { "x64", "debug" }
|
||||
targetsuffix "x64_d"
|
||||
configuration { "x64", "release" }
|
||||
targetsuffix "x64"
|
||||
flags { "Optimize" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue