Wargus / stratagus

The Stratagus strategy game engine
GNU General Public License v2.0
619 stars 119 forks source link

Build libs as static libraries #603

Closed zzam closed 6 months ago

zzam commented 6 months ago

Otherwise it falls back to the global BUILD_SHARED_LIBS that might be set to ON. In that case stratagus_lib.so or stratagus_lib.dll are built.

Makes it consistent to all other libs (from third-party).

submodule third-party containing PR https://github.com/Wargus/dependencies/pull/2 should also be included.