Porting to linux
This commit is contained in:
18
DevPlayground/premake5.lua
Normal file
18
DevPlayground/premake5.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
project "DevPlayground"
|
||||
kind "ConsoleApp"
|
||||
|
||||
boilerplate()
|
||||
|
||||
files {
|
||||
phanesRoot .. "/DevPlayground/**.h",
|
||||
phanesRoot .. "/DevPlayground/**.cpp",
|
||||
}
|
||||
|
||||
-- Linking PhanesCore
|
||||
links { "PhanesCore" }
|
||||
dependson { "PhanesCore" }
|
||||
|
||||
links{"fmt"}
|
||||
dependson {"fmt"}
|
||||
|
||||
includedirs { PhanesRuntime }
|
Reference in New Issue
Block a user