feat(build): assets/ is now a build input

This commit is contained in:
Sara 2023-11-24 19:08:10 +01:00
parent e7e952e57d
commit 74e633f070

View file

@ -16,6 +16,8 @@ project "Game"
"Engine-Core"
}
buildinputs { "assets/**" }
postbuildcommands {
"{RMDIR} %{cfg.targetdir}/assets/",
"{COPYDIR} assets/ %{cfg.targetdir}/assets/"