Changeset da94d68a in OpenModelica


Ignore:
Timestamp:
2021-11-26T12:55:11+01:00 (2 years ago)
Author:
GitHub <noreply@…>
Branches:
maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
3eae525, afce003
Parents:
6b651eb6
git-author:
Mahder Gebremedhin <mahge@…> (11/26/21 12:55:11)
git-committer:
GitHub <noreply@…> (11/26/21 12:55:11)
Message:

Add CMake build support for qwt and OMPlot. (#8225)

  • The CMakeLists for qwt are taken from https://github.com/xantares/qwt-cmake

and modified a bit for qwt 6.1.5 and for OpenModelica.

  • This is still experimental and probably buggy.
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    rb8d2bbf7 rda94d68a  
    121121omc_add_subdirectory(OMCompiler)
    122122omc_add_subdirectory(OMParser EXCLUDE_FROM_ALL)
     123omc_add_subdirectory(OMPlot EXCLUDE_FROM_ALL)
    123124# omc_add_subdirectory(libraries)
    124125include(omsimulator.cmake)
  • OMPlot/OMPlot/OMPlotGUI/Plot.cpp

    r90c02aad rda94d68a  
    4141#include "qwt_text_label.h"
    4242
    43 using namespace OMPlot;
     43namespace OMPlot{
    4444
    4545Plot::Plot(PlotWindow *pParent)
     
    280280  QwtPlot::replot();
    281281}
     282
     283} // namespace OMPlot
Note: See TracChangeset for help on using the changeset viewer.