diff --git a/CMakeLists.txt b/CMakeLists.txt index 85342ab906..2f93bf0f93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,6 +35,7 @@ option(USE_PREBUILT_QSCINTILLA_PACKAGE "Use the pre-built version of the QScinti option(USE_PREBUILT_QWT_PACKAGE "Use the pre-built version of the Qwt package" ON) option(USE_PREBUILT_SUNDIALS_PACKAGE "Use the pre-built version of the SUNDIALS package" ON) option(USE_PREBUILT_ZLIB_PACKAGE "Use the pre-built version of the zlib package" ON) +set(USE_PREBUILT_LIBSEDML_PACKAGE OFF) if(ENABLE_TEST_PLUGINS) option(USE_PREBUILT_ZINC_PACKAGE "Use the pre-built version of the Zinc package" ON) @@ -938,6 +939,11 @@ set(PLUGINS widget/QScintillaWidget widget/WebViewerWidget ) +set(PLUGINS + thirdParty/libSBML + thirdParty/libNuML + thirdParty/libSEDML +) if(ENABLE_TEST_PLUGINS) list(APPEND PLUGINS