minor build update
This commit is contained in:
parent
64bf975f6c
commit
0e89a8d0c6
|
|
@ -20,10 +20,13 @@ project "snake"
|
||||||
debugdir (rootdir)
|
debugdir (rootdir)
|
||||||
objdir (intdir)
|
objdir (intdir)
|
||||||
|
|
||||||
-- link order matters on GCC/Clang
|
|
||||||
imgui.link()
|
files
|
||||||
imguisfml.link()
|
{
|
||||||
sfml.link()
|
path.join(rootdir, "src/**.cpp"),
|
||||||
|
path.join(rootdir, "include/**.h"),
|
||||||
|
path.join(rootdir, "include/**.hpp"),
|
||||||
|
}
|
||||||
|
|
||||||
includedirs
|
includedirs
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue