Porting to linux
This commit is contained in:
11
Engine/Source/Runtime/Core/Logging/premake5.lua
Normal file
11
Engine/Source/Runtime/Core/Logging/premake5.lua
Normal 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
|
@@ -0,0 +1 @@
|
||||
#include "Core/Logging/LoggingPCH.h"
|
Reference in New Issue
Block a user