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:
David Capello 2010-08-25 17:12:56 -03:00
parent 848a4b9101
commit 73aa734daa

View File

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