cmake: specify LIBSUPERDERPY_EMBEDDED_ALLEGRO as an option

This commit is contained in:
Sebastian Krzyszkowiak 2019-10-06 08:01:08 +02:00
parent 861850aafb
commit 356cb6c2e8
No known key found for this signature in database
GPG key ID: E8F235CF3BDBC3FF

View file

@ -180,6 +180,8 @@ if (NOT LIBSUPERDERPY_CONFIG_INCLUDED)
option(LIBSUPERDERPY_STATIC_COMMON "Compile and link common routines as a static library" OFF)
option(LIBSUPERDERPY_STATIC_GAMESTATES "Compile and link gamestates as static libraries" OFF)
option(LIBSUPERDERPY_EMBEDDED_ALLEGRO "Compile an embedded copy of Allegro" OFF)
if (NOT BUILD_SHARED_LIBS)
set(LIBSUPERDERPY_STATIC ON)
set(LIBSUPERDERPY_STATIC_COMMON ON)