Adding igloo to test proj. Since it doesn't have any cpp files, I can include it directly, no need to setup a separate project.
This commit is contained in:
parent
3de19a71ef
commit
3657230298
4 changed files with 74 additions and 78 deletions
|
|
@ -1,10 +1,13 @@
|
|||
#include "math/Vector3.h"
|
||||
|
||||
// Testing Headers
|
||||
#include "tests/Vector3Tests.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
return 0;
|
||||
#include "math/Vector3.h"
|
||||
|
||||
// Testing Headers
|
||||
#include <igloo/igloo_alt.h>
|
||||
|
||||
#include "tests/TestsVector3.h"
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue