feat(build): assets/ is now a build input
This commit is contained in:
parent
e7e952e57d
commit
74e633f070
|
@ -16,6 +16,8 @@ project "Game"
|
||||||
"Engine-Core"
|
"Engine-Core"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
buildinputs { "assets/**" }
|
||||||
|
|
||||||
postbuildcommands {
|
postbuildcommands {
|
||||||
"{RMDIR} %{cfg.targetdir}/assets/",
|
"{RMDIR} %{cfg.targetdir}/assets/",
|
||||||
"{COPYDIR} assets/ %{cfg.targetdir}/assets/"
|
"{COPYDIR} assets/ %{cfg.targetdir}/assets/"
|
||||||
|
|
Loading…
Reference in a new issue