Porting to linux

This commit is contained in:
Thorben Höhne
2025-02-19 19:30:16 +01:00
parent 0da9755ae6
commit d00448a422
40 changed files with 416 additions and 216 deletions

View File

@@ -0,0 +1,11 @@
function includeLogging()
files {
PhanesRuntime .. "/Core/Logging/**.h",
PhanesRuntime .. "/Core/Logging/**.cpp",
}
-- includedirs { PhanesThirdParty .. "/spdlog/include" }
pchheader (PhanesRuntime .. "/Core/Logging/LoggingPCH.h")
pchsource (PhanesRuntime .. "/Core/Logging/private/LoggingPCH.cpp")
end

View File

@@ -0,0 +1 @@
#include "Core/Logging/LoggingPCH.h"