From 9e69576b7ebbda9bde3900b36fb081f819dc828a Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 16 Jul 2013 00:56:42 +0200 Subject: Add missing "m" C standard library --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 56713c7b..53923c57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,6 +38,9 @@ ENDIF() # Add definitions. ADD_DEFINITIONS(-DUSE_PRECISE_CMOVIE) +# Add standard math library +SET(LIBS ${LIBS} m) + # # JSON support # -- cgit v1.2.1