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