Porting to linux
This commit is contained in:
17
Engine/Source/Runtime/Core/premake5.lua
Normal file
17
Engine/Source/Runtime/Core/premake5.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
include (PhanesRuntime .. "/Core/StartingPoint/premake5.lua")
|
||||
include (PhanesRuntime .. "/Core/Logging/premake5.lua")
|
||||
|
||||
|
||||
project "PhanesCore"
|
||||
kind "StaticLib"
|
||||
|
||||
boilerplate()
|
||||
|
||||
files {
|
||||
PhanesRuntime .. "/Core/Core.h"
|
||||
}
|
||||
|
||||
includedirs { PhanesRuntime }
|
||||
|
||||
includeStartingPoint()
|
||||
includeLogging()
|
Reference in New Issue
Block a user