aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.d/add_MBEDTLS_TARGET_PREFIX_to_cmake.txt
blob: 533f309ab9ad7a3852b4d1887d2c3569e6329402 (plain)
1
2
3
4
5
6
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.