commit c619b2c9de2eb0f605823ab176d465fe263794bf
parent be5c7eaedb05c58867a775846e1b19df375a2247
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Thu, 11 Jun 2015 20:22:41 +0200
Fixing linking error when using GCC
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -7,4 +7,4 @@ add_definitions(-Wall -std=c99 -pedantic)
add_executable(ansilove src/main.c src/albinfonts.c src/ansilove.c src/explode.c src/filesize.c src/strtolower.c src/substr.c)
-target_link_libraries(ansilove ${LIB_GD})
+target_link_libraries(ansilove ${LIB_GD} m)