parent
2e3d0d6c38
commit
e95b247459
|
|
@ -92,9 +92,10 @@ project "Engine-Core"
|
|||
|
||||
--linux specific settings--
|
||||
filter {"system:linux"}
|
||||
defines "PLATFORM_LINUX"
|
||||
defines {"PLATFORM_LINUX", "SFML_STATIC"}
|
||||
targetdir (corelibdir)
|
||||
objdir (intdir)
|
||||
libdirs{sfmldir .. "/lib/linux"}
|
||||
includedirs
|
||||
{
|
||||
"src",
|
||||
|
|
@ -104,10 +105,10 @@ project "Engine-Core"
|
|||
|
||||
links
|
||||
{
|
||||
"sfml-graphics",
|
||||
"sfml-window",
|
||||
"sfml-audio",
|
||||
"sfml-system",
|
||||
"sfml-graphics-s",
|
||||
"sfml-window-s",
|
||||
"sfml-audio-s",
|
||||
"sfml-system-s",
|
||||
"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