mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-18 21:40:46 +00:00
Default option is to use Allegro lib statically.
It is the only option which is working with cmake at the moment.
This commit is contained in:
parent
848a4b9101
commit
73aa734daa
@ -12,7 +12,7 @@ project(aseprite)
|
||||
# Options (these can be specified in cmake command line or modifying CMakeCache.txt)
|
||||
|
||||
option(USE_STATIC_LIBC "Use static version of C and C++ runtimes" off)
|
||||
option(USE_STATIC_ALLEGRO "Use static version of Allegro library" off)
|
||||
option(USE_STATIC_ALLEGRO "Use static version of Allegro library" on)
|
||||
|
||||
######################################################################
|
||||
# Directories of third-party libraries
|
||||
|
Loading…
x
Reference in New Issue
Block a user