995c66f702
Allows required targets to have prefixes added to them, so that external projects can avoid target names clashing. Signed-off-by: Raef Coles <raef.coles@arm.com>
6 lines
346 B
Text
6 lines
346 B
Text
Features
|
|
* Add MBEDTLS_TARGET_PREFIX CMake variable, which is prefixed to the mbedtls,
|
|
mbedcrypto, mbedx509 and apidoc CMake target names. This can be used by
|
|
external CMake projects that include this one to avoid CMake target name
|
|
clashes. The default value of this variable is "", so default target names
|
|
are unchanged.
|