grim/guifications3

add libm to our libraries

2010-12-20, Gary Kramlich
07f0a21b94fa
Parents 75fc2d82d0e0
Children 59b11e0f9116
add libm to our libraries
--- a/gflib-ui/gflib-ui/CMakeLists.txt Mon Dec 20 00:17:04 2010 -0600
+++ b/gflib-ui/gflib-ui/CMakeLists.txt Mon Dec 20 01:09:11 2010 -0600
@@ -60,6 +60,7 @@
target_link_libraries(gflib-ui
${GLIB_LIBRARIES}
${GFLIB_LIBRARIES}
+ m
)
###############################################################################