Skip to content
Snippets Groups Projects
Commit e9e3e385 authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

MathLib depends on BaseLib

parent b9fe84d7
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,10 @@ add_library(MathLib STATIC ${SOURCES}) ...@@ -49,6 +49,10 @@ add_library(MathLib STATIC ${SOURCES})
set_target_properties(MathLib PROPERTIES LINKER_LANGUAGE CXX) set_target_properties(MathLib PROPERTIES LINKER_LANGUAGE CXX)
target_link_libraries(MathLib
BaseLib
)
if (CVODE_FOUND) if (CVODE_FOUND)
target_link_libraries(MathLib ${CVODE_LIBRARIES}) target_link_libraries(MathLib ${CVODE_LIBRARIES})
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment