fix build on windows

This commit is contained in:
Joseph Aquino 2026-01-01 02:56:09 -05:00
parent 498971e921
commit e1dff726ea
1 changed files with 4 additions and 6 deletions

View File

@ -31,12 +31,10 @@ project "snake"
path.join(rootdir, "include"),
}
files
{
path.join(rootdir, "src/**.cpp"),
path.join(rootdir, "include/**.h"),
path.join(rootdir, "include/**.hpp"),
}
-- link order matters on GCC/Clang
imgui.link()
imguisfml.link()
sfml.link()
--windows specific settings--
filter{"system:windows"}