fix build on windows
This commit is contained in:
parent
498971e921
commit
e1dff726ea
|
|
@ -31,12 +31,10 @@ project "snake"
|
||||||
path.join(rootdir, "include"),
|
path.join(rootdir, "include"),
|
||||||
}
|
}
|
||||||
|
|
||||||
files
|
-- link order matters on GCC/Clang
|
||||||
{
|
imgui.link()
|
||||||
path.join(rootdir, "src/**.cpp"),
|
imguisfml.link()
|
||||||
path.join(rootdir, "include/**.h"),
|
sfml.link()
|
||||||
path.join(rootdir, "include/**.hpp"),
|
|
||||||
}
|
|
||||||
|
|
||||||
--windows specific settings--
|
--windows specific settings--
|
||||||
filter{"system:windows"}
|
filter{"system:windows"}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue