FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
11-29-2023 08:39 AM
hello experts, I am using a dynamic lib eg. mylib.so in the realtime bundle example , how can I write the CMakelist.txt and yaml file to sanp the bundle? thanks
Solved! Go to Solution.
11-30-2023 09:04 AM
You're shared object needs to be packed into the bundle.zip and the shared object needs to be defined in the "Export-Library:" of the Bundle-Manifest.
Here you can see a sample:
To achieve that add this to your (private/bundle/)CMakeLists.txt: