eclipse-cyclonedds / cyclonedds-cxx

Other
96 stars 75 forks source link

Set RUNPATH in installed targets and fix roundtrip example install #497

Closed PatrickM-ZS closed 4 months ago

PatrickM-ZS commented 4 months ago

This sets RUNPATH (same as in eclipse-cyclonedds/cyclonedds so the runtime linker can use it to find dependent libraries (like libddsc) when they are installed to the same directory as the C++ library. Also found and fixed some typo's which caused the roundtrip example to not be correctly installed.