BCMExport¶
bcm_auto_export¶
This generates a simple cmake config file that includes the exported targets.
-
EXPORT¶
This specifies an export file. By default, the export file will be named ${PROJECT_NAME}-targets.
-
NAMESPACE<namespace>¶
This is the namespace to add to the targets that are exported.
-
NAME<name>¶
This is the name to use for the package config file. By default, this uses the project name, but this parameter can override it.
-
TARGETS<target>...¶
These include the targets to be exported.




