From 2a73d6ffb9cde468f8eba5a251173ef0bdf7e939 Mon Sep 17 00:00:00 2001 From: David Capello Date: Sat, 2 Oct 2010 18:33:06 -0300 Subject: [PATCH] Fix order of libraries so we can link loadpng with alleg library with gcc on Windows. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e4049db33..88efff26e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -78,7 +78,7 @@ else() endif() # All libraries for .exe files -set(all_libs aseprite-library gui-lib gfx-lib base-lib ${alleg_lib} ${libs3rdparty} ${sys_libs}) +set(all_libs aseprite-library gui-lib gfx-lib base-lib ${libs3rdparty} ${alleg_lib} ${sys_libs}) # Directories where .h files can be found include_directories(