major cleanup of the test folders CMakeLists.txt

The new code does not rely on globally defined include directories
anymore. Additionally a lot of conditional code and has been removed
which improves readability a lot.
This commit is contained in:
Mario Werner
2016-01-29 16:21:17 +01:00
parent b52d0bd9d4
commit 5e7ab2f4ea
3 changed files with 41 additions and 69 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
#include <gtest/gtest.h>
#define FMT_USE_VARIADIC_TEMPLATES 0
#include "format.h"
#include <cppformat/format.h>
#define IDENTITY(x) x