Skip to content

Commit

Permalink
Added a target to copy OMSens to build directory on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Jan 30, 2020
1 parent f30f7a7 commit 9aeb014
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.omdev.mingw
Expand Up @@ -34,7 +34,7 @@ BUILDTYPE=Debug
endif


.PHONY: omc omc-diff omlibrary-core omplot omedit omedit-testsuite omsimulator omnotebook omshell omoptim omsens_qt
.PHONY: omc omc-diff omlibrary-core omplot omedit omedit-testsuite omsimulator omnotebook omshell omoptim omsens omsens_qt

all: omc omc-diff omlibrary-core

Expand Down Expand Up @@ -73,6 +73,9 @@ omshell: omc qtclientsDLLs
omoptim: omc omplot qtclientsDLLs
$(MAKE) -f $(defaultMakefileTarget) -C OMOptim OMBUILDDIR=$(OMBUILDDIR)

omsens:
cp -rfp OMSens $(OMBUILDDIR)

omsens_qt:
$(MAKE) -f $(defaultMakefileTarget) -C OMSens_Qt OMBUILDDIR=$(OMBUILDDIR)

Expand Down

0 comments on commit 9aeb014

Please sign in to comment.