fix: premake5 now adds include/ to build ipv vendor/

This commit is contained in:
Sara 2025-09-16 19:45:56 +02:00
parent 1e5989b5c6
commit 456921e66b

View file

@ -8,7 +8,7 @@ project "Dice"
cdialect "c23"
location "build/"
files { "src/**.c" }
includedirs { "vendor/" }
includedirs { "include/" }
links { "m", "stdc++", "SDL3", "SDL3_ttf", "SDL3_image" }
buildoptions { "-Wall" }
targetdir "bin/"