commit 2a31eb851676ce76c2a635b6d55aa57533b4e751
parent aa697c2ba3390cc5f1bde02939e7aa8bb2aae1fa
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 11 Jan 2017 14:53:03 +0100
Link the parser against the math library
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/cmake/parser/CMakeLists.txt b/cmake/parser/CMakeLists.txt
@@ -49,6 +49,7 @@ if(CMAKE_COMPILER_IS_GNUCC)
endif()
add_library(solparser STATIC ${SOLPARSER_FILES_SRC} ${SOLPARSER_FILES_INC})
+target_link_libraries(solparser ${MATH_LIB})
################################################################################
# Tests