Skip to content

Resolved the linkage issue: introduced a single library binary segysdk{.dll,.so} file

Borys Oliynyk requested to merge slb-boliynyk-linkage-issue into slb-master

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [Yes]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description

Changes are as follows:

  • added missing decoration for exported entities
  • a number of files have been moved to simplify the cross references
  • updated CMakeLists.txt files to group all the binaries to a single shared library

Merge request reports