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