utility: Standardheadersearch
Standardheadersearch for clang and gcc TODO: Visual Studio & Windows Kit bzw SDK
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
|
||||
#include "settings/ProjectSettings.h"
|
||||
|
||||
|
||||
#include "utility/headerSearch/StandardHeaderDetection.h"
|
||||
|
||||
void init()
|
||||
{
|
||||
std::shared_ptr<ConsoleLogger> consoleLogger = std::make_shared<ConsoleLogger>();
|
||||
@@ -83,6 +86,10 @@ int main(int argc, char *argv[])
|
||||
|
||||
LicenseChecker checker;
|
||||
|
||||
StandardHeaderDetection detection;
|
||||
detection.printdetectedCompilers();
|
||||
detection.printAvailableDetectors();
|
||||
|
||||
utility::loadFontsFromDirectory(ResourcePaths::getFontsPath(), ".otf");
|
||||
std::shared_ptr<Application> app = Application::create(version, &viewFactory, &networkFactory);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user