We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd69748 commit a378a1aCopy full SHA for a378a1a
SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt
@@ -5,7 +5,7 @@ project(${DataExchangeName})
5
add_library(${DataExchangeName} SHARED SimData.cpp FactoryExport.cpp XmlPropertyReader.cpp)
6
7
IF(NOT BOOST_STATIC_LINKING)
8
- target_link_libraries (${DataExchangeName} ${Boost_LIBRARIES})
+ target_link_libraries (${DataExchangeName} ${Boost_LIBRARIES} ${ExtensionUtilitiesName})
9
ENDIF(NOT BOOST_STATIC_LINKING)
10
11
include_directories(${SUNDIALS_INCLUDE_DIR}/cvodes ${SUNDIALS_INCLUDE_DIR}/nvector ${SUNDIALS_INCLUDE_DIR}/sundials ${SUNDIALS_INCLUDE_DIR})
0 commit comments