Restructured solution. "Escape-The-Dawn" now links into a .lib, which is used in "Executable" to facilitate easier unit testing.

This commit is contained in:
2014-03-06 18:57:12 +01:00
parent 5a15491573
commit b87b1f5704
10 changed files with 271 additions and 72 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#include "World.h"
#include "Components/Transform.h"
#include "Components/TransformComponent.h"
#define BOOST_TEST_MODULE World
#define BOOST_TEST_DYN_LINK