fix: premake5 now adds include/ to build ipv vendor/
This commit is contained in:
parent
1e5989b5c6
commit
456921e66b
|
@ -8,7 +8,7 @@ project "Dice"
|
||||||
cdialect "c23"
|
cdialect "c23"
|
||||||
location "build/"
|
location "build/"
|
||||||
files { "src/**.c" }
|
files { "src/**.c" }
|
||||||
includedirs { "vendor/" }
|
includedirs { "include/" }
|
||||||
links { "m", "stdc++", "SDL3", "SDL3_ttf", "SDL3_image" }
|
links { "m", "stdc++", "SDL3", "SDL3_ttf", "SDL3_image" }
|
||||||
buildoptions { "-Wall" }
|
buildoptions { "-Wall" }
|
||||||
targetdir "bin/"
|
targetdir "bin/"
|
||||||
|
|
Loading…
Reference in a new issue