mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-02-01 02:56:43 +01:00
cmake: specify LIBSUPERDERPY_EMBEDDED_ALLEGRO as an option
This commit is contained in:
parent
861850aafb
commit
356cb6c2e8
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue