feat(builds): Added post-build command to copy game/assets to target directory

This commit is contained in:
Sara 2023-11-23 19:59:17 +01:00
parent 5d512b6c7a
commit 2b7af06d00

View file

@ -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}" )