diff --git a/premake5.lua b/premake5.lua index 6120e30..d592297 100644 --- a/premake5.lua +++ b/premake5.lua @@ -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/"