Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 1504ef7

Browse files
adeas31OpenModelica-Hudson
authored andcommitted
Copy the open62541.h file build include directory
1 parent 214f0d6 commit 1504ef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SimulationRuntime/opc/ua/Makefile.common

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ all: default
55

66
default: libomopcua$(DLLEXT)
77
@test ! -z "$(OMBUILDDIR)" || (echo OMBUILDDIR not set; false)
8+
cp open62541.h "$(OMBUILDDIR)/include/omc/c"
89
cp libomopcua$(DLLEXT) "$(builddir_lib)"
910
test ! "$(DLLEXT)" = ".dll" || cp libomopcua$(DLLEXT) "$(builddir_bin)"
1011

0 commit comments

Comments
 (0)