From 512d68000f6d3579edff3c691b0fe9eb41814e2c Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sat, 11 Aug 2018 00:41:39 -0700 Subject: [PATCH] Link math library for atan2 and atan --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ac7456..1474817 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,4 +20,4 @@ target_include_directories(libabacus PUBLIC include) target_link_libraries(abacus lex) target_link_libraries(libabacus abacus) -target_link_libraries(interactive abacus) +target_link_libraries(interactive abacus m)