More CMake bullshit

This commit is contained in:
sippeangelo
2015-11-30 11:16:43 +01:00
parent 8419d2e7b9
commit 52278d7bc2
20 changed files with 264 additions and 85 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
#ifndef Util_Logging_h__
#define Util_Logging_h__
#ifndef Logging_h__
#define Logging_h__
#ifdef _WIN32
// http://stackoverflow.com/a/2282433
@@ -19,7 +19,7 @@
#include <cstdio>
#include <stdarg.h>
enum class LogLevel
enum _LOG_LEVEL
{
LOG_LEVEL_ERROR,
LOG_LEVEL_INFO,