feat: added build inputs and outputs to premake

main
Sara 2025-01-09 21:58:37 +01:00
parent 160306a210
commit 74f6d2fd16
1 changed files with 2 additions and 0 deletions

View File

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