Playing with CMake...

This commit is contained in:
jowr
2014-05-16 13:47:49 +02:00
parent 312744f14d
commit 47bb064717
14 changed files with 48 additions and 118 deletions

View File

@@ -6,7 +6,7 @@
#if defined(ENABLE_CATCH)
#include "../Catch/catch.hpp"
#include "catch.hpp"
TEST_CASE("State Class Instantiation","")
{
@@ -45,4 +45,4 @@ TEST_CASE("State Class Instantiation","")
}
}
#endif
#endif