build: search headers in all source directories
* removed paths in include directives * changed cmake to provide necessary header search paths * changed name of version.h to productVersion.h due to name conflict
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#include "utility/file/FileSystem.h"
|
||||
#include "FileSystem.h"
|
||||
|
||||
#include <set>
|
||||
|
||||
#include "boost/date_time.hpp"
|
||||
#include "boost/filesystem.hpp"
|
||||
#include <boost/date_time.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
|
||||
#include "utility/utilityString.h"
|
||||
#include "utilityString.h"
|
||||
|
||||
std::vector<FilePath> FileSystem::getFilePathsFromDirectory(
|
||||
const FilePath& path, const std::vector<std::wstring>& extensions
|
||||
|
||||
Reference in New Issue
Block a user