parent
2e3d0d6c38
commit
e95b247459
|
|
@ -92,9 +92,10 @@ project "Engine-Core"
|
||||||
|
|
||||||
--linux specific settings--
|
--linux specific settings--
|
||||||
filter {"system:linux"}
|
filter {"system:linux"}
|
||||||
defines "PLATFORM_LINUX"
|
defines {"PLATFORM_LINUX", "SFML_STATIC"}
|
||||||
targetdir (corelibdir)
|
targetdir (corelibdir)
|
||||||
objdir (intdir)
|
objdir (intdir)
|
||||||
|
libdirs{sfmldir .. "/lib/linux"}
|
||||||
includedirs
|
includedirs
|
||||||
{
|
{
|
||||||
"src",
|
"src",
|
||||||
|
|
@ -104,10 +105,10 @@ project "Engine-Core"
|
||||||
|
|
||||||
links
|
links
|
||||||
{
|
{
|
||||||
"sfml-graphics",
|
"sfml-graphics-s",
|
||||||
"sfml-window",
|
"sfml-window-s",
|
||||||
"sfml-audio",
|
"sfml-audio-s",
|
||||||
"sfml-system",
|
"sfml-system-s",
|
||||||
"OpenGL",
|
"OpenGL",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue