1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Avoid duplicate program names

Visual Studio and CMake didn't like having targets with the same name,
albeit in different directories.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard
2022-02-01 09:38:26 +01:00
parent 6fdc9e8df1
commit 29088a4146
8 changed files with 17 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
set(executables
generic_sum
hello
hmac_demo
md_hmac_demo
)
foreach(exe IN LISTS executables)