feat(builds): Added post-build command to copy game/assets to target directory
This commit is contained in:
parent
5d512b6c7a
commit
2b7af06d00
|
@ -15,6 +15,10 @@ project "Game"
|
|||
links {
|
||||
"Engine-Core"
|
||||
}
|
||||
|
||||
postbuildcommands {
|
||||
"{COPYDIR} assets/ %{cfg.targetdir}/assets"
|
||||
}
|
||||
|
||||
targetdir ("../bin/" .. OutputDir .. "/%{prj.name}" )
|
||||
objdir ("../intermediate/" .. OutputDir .. "/%{prj.name}" )
|
||||
|
|
Loading…
Reference in a new issue