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