Skip to content

Commit

Permalink
Copy OMSens to build/share (#7400)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Apr 22, 2021
1 parent 0e702a2 commit 93abcfa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion Makefile.in
Expand Up @@ -63,8 +63,12 @@ fast-test: testsuite-depends
$(MAKE) omc-diff
cd testsuite/partest && echo "Running $(./runtests.pl -f -counttests) fast tests"
cd testsuite/partest && ./runtests.pl -f -with-txt
omsens:
$(MAKE) -f $(defaultMakefileTarget) -C OMSens OMBUILDDIR=@OMBUILDDIR@
omsens-clean:
$(MAKE) -f $(defaultMakefileTarget) -C OMSens OMBUILDDIR=@OMBUILDDIR@ clean
omsens_qt: omsens_qt.skip
omsens_qt.skip:
omsens_qt.skip: omsens
$(MAKE) -f $(defaultMakefileTarget) -C OMSens_Qt || true

SOURCE_DIRS_UTF8=OMEdit OMShell/OMShell OMNotebook/OMNotebook OMOptim/OMOptim OMPlot/OMPlot OMCompiler/Compiler/ OMCompiler/SimulationRuntime/ `bash -c echo testsuite/flattening/libraries/3rdParty/{PlanarMechanics,siemens,SiemensPower,ThermoSysPro}` testsuite/openmodelica/modelicaML testsuite/AVM testsuite/simulation
Expand Down
2 changes: 1 addition & 1 deletion Makefile.omdev.mingw
Expand Up @@ -121,7 +121,7 @@ omsens:
omsens-clean:
$(MAKE) -f $(defaultMakefileTarget) -C OMSens OMBUILDDIR=$(OMBUILDDIR) clean

omsens_qt:
omsens_qt: omsens
$(MAKE) -f $(defaultMakefileTarget) -C OMSens_Qt OMBUILDDIR=$(OMBUILDDIR) CC="$(CC)" CXX="$(CXX)"

qtclients: omplot omedit omnotebook omshell omoptim omsens_qt
Expand Down
2 changes: 1 addition & 1 deletion OMSens
2 changes: 1 addition & 1 deletion OMSens_Qt
Submodule OMSens_Qt updated 1 files
+1 −1 OMSensDialog.cpp

0 comments on commit 93abcfa

Please sign in to comment.