feat: added build inputs and outputs to premake
parent
160306a210
commit
74f6d2fd16
|
@ -7,6 +7,8 @@ project "game"
|
||||||
language "C++"
|
language "C++"
|
||||||
cppdialect "C++20"
|
cppdialect "C++20"
|
||||||
location "build/"
|
location "build/"
|
||||||
|
buildinputs "../resources/**.*"
|
||||||
|
buildoutputs "%{cfg.targetdir}/resources/**.*"
|
||||||
postbuildcommands "{COPYDIR} ../resources %{cfg.targetdir}"
|
postbuildcommands "{COPYDIR} ../resources %{cfg.targetdir}"
|
||||||
files { "src/**.cpp" }
|
files { "src/**.cpp" }
|
||||||
includedirs { "src/" }
|
includedirs { "src/" }
|
||||||
|
|
Loading…
Reference in New Issue