You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The Makefile based OM build system copies the files in the open62541
folder to SimulationRuntime/c/opc/ua and then compiles them there.
There is no need to do that. Either just move the files there
completely or create a library here and link to it there.
The CMake build does the latter. There is a tiny library,
libopcua (a.k.a omc::3rd::opcua), created here that can be linked to
when needed.
0 commit comments