Skip to content

Commit

Permalink
Merge 14d6fb2 into 6e65d4d
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Aug 19, 2020
2 parents 6e65d4d + 14d6fb2 commit 4b05cd4
Show file tree
Hide file tree
Showing 17 changed files with 83,195 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ option(USE_PREBUILT_PYTHONQT_PACKAGE "Use the pre-built version of the PythonQt
option(USE_PREBUILT_QSCINTILLA_PACKAGE "Use the pre-built version of the QScintilla package" ON)
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_ZINC_PACKAGE "Use the pre-built version of the Zinc package" ON)
option(USE_PREBUILT_ZLIB_PACKAGE "Use the pre-built version of the zlib package" ON)

if(ENABLE_TEST_PLUGINS)
Expand Down Expand Up @@ -915,6 +916,7 @@ if(USE_PREBUILT_QTWEBKIT_PACKAGE)
editing/RawSEDMLView
editing/RawTextView
editing/SEDMLEditingView
editing/CellMLZincMappingView

miscellaneous/Compiler
miscellaneous/Core
Expand Down Expand Up @@ -959,6 +961,7 @@ if(USE_PREBUILT_QTWEBKIT_PACKAGE)
thirdParty/QScintilla
thirdParty/Qwt
thirdParty/SUNDIALS
thirdParty/Zinc

tools/CellMLTools

Expand All @@ -967,6 +970,7 @@ if(USE_PREBUILT_QTWEBKIT_PACKAGE)
widget/MathMLViewerWidget
widget/QScintillaWidget
widget/WebViewerWidget
widget/ZincWidget
)

# Build our sample plugins, if required
Expand All @@ -989,10 +993,6 @@ if(USE_PREBUILT_QTWEBKIT_PACKAGE)
if(ENABLE_TEST_PLUGINS)
list(APPEND PLUGINS
test/ZincWindow

thirdParty/Zinc

widget/ZincWidget
)

# Let OpenCOR know about the test plugins being enabled
Expand Down

0 comments on commit 4b05cd4

Please sign in to comment.