Commit d98b7f2
committed
[cmake] Add opcua to configuration.
- 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.1 parent 7d60c1d commit d98b7f2
2 files changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
138 | 141 | | |
139 | 142 | | |
140 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments