fix build on windows
This commit is contained in:
parent
498971e921
commit
e1dff726ea
|
|
@ -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"}
|
||||
|
|
|
|||
Loading…
Reference in New Issue