From 1a43fad56dc945c72a4ab711d2c9ff6d1a5a1502 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 30 Sep 2009 22:28:33 +0200 Subject: Added Format class for improved logging experience :) --- src/Core/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Core/CMakeLists.txt') diff --git a/src/Core/CMakeLists.txt b/src/Core/CMakeLists.txt index 60a5a25..9b458c5 100644 --- a/src/Core/CMakeLists.txt +++ b/src/Core/CMakeLists.txt @@ -16,6 +16,7 @@ mad_library(Core ConfigManager.cpp ConfigManager.h Configurable.h Exception.cpp Exception.h + Format.h Logger.h LogManager.cpp LogManager.h Signals.h -- cgit v1.2.3