celix
celix copied to clipboard
Add support to declare link libraries needed for containers for bundles
Some bundles required that the container (executable) is linked against certain libraries (e.g. libjanson, libcurl, etc). To make this process more transparent add a CMake command to declare this and update the add_celix_container functionality to take this into account.
Somethink link celix_bundle_add_container_libraries
Original creation date: 09/Apr/2018 Reporter: @pnoltes