Changeset 548339a in OpenModelica


Ignore:
Timestamp:
2021-11-25T16:06:20+01:00 (2 years ago)
Author:
Mahder Gebremedhin <mahder.geb@…>
Parents:
dc7de090
git-author:
Mahder Gebremedhin <mahder.geb@…> (11/25/21 16:03:00)
git-committer:
Mahder Gebremedhin <mahder.geb@…> (11/25/21 16:06:20)
Message:

Add CMake build support for qwt and OMPlot.

  • 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 r548339a  
    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 r548339a  
    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.