Renamed Logging.h to LoggingImpl.h

Added missing files to CMakeLists.txt
This commit is contained in:
David Williams
2015-05-08 21:18:10 +02:00
parent 09253a7bcc
commit c2bb64d055
5 changed files with 7 additions and 4 deletions

View File

@ -27,7 +27,7 @@ distribution.
#include "PolyVox/Exceptions.h"
#include "PolyVox/Impl/Config.h"
#include "PolyVox/Impl/Logging.h" // Exceptions can log when they are thrown.
#include "PolyVox/Impl/LoggingImpl.h" // Exceptions can log when they are thrown.
#include <cstdlib> // For std::exit
#include <iostream> // For std::cerr