diff options
| author | Petr Mrázek | 2011-08-16 03:33:12 +0000 |
|---|---|---|
| committer | Petr Mrázek | 2011-08-16 03:33:12 +0000 |
| commit | ad6fc952ad3a4c7dc241c718b1f095c2cf0ba7ae (patch) | |
| tree | e6b4eeef83ac019d5267c341cee61ecd80829b9a /CMakeLists.txt | |
| parent | 4346b272acc35470a4084ceaa76518db210c9a2b (diff) | |
| download | stonesense-ad6fc952ad3a4c7dc241c718b1f095c2cf0ba7ae.tar.gz stonesense-ad6fc952ad3a4c7dc241c718b1f095c2cf0ba7ae.tar.bz2 stonesense-ad6fc952ad3a4c7dc241c718b1f095c2cf0ba7ae.tar.xz | |
debugging allegro problems
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 7 |
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 |
