commit 27050cad67242fc96c93915947b4718a57ad652f
parent 2a31eb851676ce76c2a635b6d55aa57533b4e751
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 12 Jan 2017 09:38:13 +0100
Link the parser against the LibYAML library
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/parser/CMakeLists.txt b/cmake/parser/CMakeLists.txt
@@ -49,7 +49,7 @@ if(CMAKE_COMPILER_IS_GNUCC)
endif()
add_library(solparser STATIC ${SOLPARSER_FILES_SRC} ${SOLPARSER_FILES_INC})
-target_link_libraries(solparser ${MATH_LIB})
+target_link_libraries(solparser LibYAML ${MATH_LIB})
################################################################################
# Tests