Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 442 Bytes

File metadata and controls

21 lines (16 loc) · 442 Bytes

A Modelica library to demonstrate the use of Modelica Utility Functions in shared libraries

Works with

  • Dymola
  • MapleSim
  • MWorks
  • OpenModelica
  • Simplorer
  • SimulationX
  • System Modeler
  • Twin Activate

Build the shared library

In the root of the repository run

cmake -S MyExternalLibrary -B MyExternalLibrary/build
cmake --build MyExternalLibrary/build --target install --config release