linux static linking?

still need to confirm
This commit is contained in:
Joseph Aquino 2025-08-02 14:00:18 -04:00
parent 2e3d0d6c38
commit e95b247459
6 changed files with 6 additions and 5 deletions

View File

@ -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.