summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek2011-08-16 03:33:12 +0000
committerPetr Mrázek2011-08-16 03:33:12 +0000
commitad6fc952ad3a4c7dc241c718b1f095c2cf0ba7ae (patch)
treee6b4eeef83ac019d5267c341cee61ecd80829b9a /CMakeLists.txt
parent4346b272acc35470a4084ceaa76518db210c9a2b (diff)
downloadstonesense-ad6fc952ad3a4c7dc241c718b1f095c2cf0ba7ae.tar.gz
stonesense-ad6fc952ad3a4c7dc241c718b1f095c2cf0ba7ae.tar.bz2
stonesense-ad6fc952ad3a4c7dc241c718b1f095c2cf0ba7ae.tar.xz
debugging allegro problems
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a5db6fe..3203299 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -56,11 +56,10 @@ IF(UNIX)
OPTION(STONESENSE_STATIC "Static link allegro to Stonesense." OFF)
IF(STONESENSE_STATIC)
#this is terrible :(
- SET(PROJECT_LIBS allegro-static allegro_primitives-static allegro_color-static allegro_dialog-static
+ #lions live here
+ SET(PROJECT_LIBS allegro-static allegro_primitives-static allegro_color-static
allegro_font-static allegro_image-static allegro_main-static allegro_ttf-static
- jpeg png z
- m pthread SM ICE X11 Xext Xcursor Xxf86vm Xinerama Xrandr Xpm GL GLU
- gtk-x11-2.0 gdk-x11-2.0 atk-1.0 gio-2.0 pangoft2-1.0 pangocairo-1.0 gdk_pixbuf-2.0 png14 cairo pango-1.0 freetype fontconfig gobject-2.0 gmodule gthread rt glib
+ m pthread SM ICE X11 Xext Xcursor Xxf86vm Xinerama Xrandr Xpm GL GLU jpeg
${PROJECT_LIBS})
ELSE()
SET(PROJECT_LIBS allegro allegro_primitives allegro_color allegro_dialog