celix
celix copied to clipboard
`BUNDLE_SYMBOLIC_NAME` is `BUILD_TYPE` independent
Unlike BUNDLE_FILE and BUNDLE_FILENAME, BUNDLE_SYMBOLIC_NAME is independent of BUILD_TYPE.
Therefore:
- It should be set in build-type independent targets file
CelixTargets.cmakerather thanCelixTargets-*.cmake - There is no need to use
_celix_extract_imported_bundle_infoto get it from an imported target.