mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-09 04:37:49 +00:00
Adjust psa program paths in CMakeLists
This commit adjusts the paths of programs/psa to tf-psa-crypto/programs in CMakeLists.txt. Signed-off-by: Harry Ramsey <[email protected]>
This commit is contained in:
@@ -8,7 +8,7 @@ if (NOT WIN32)
|
||||
endif()
|
||||
add_subdirectory(hash)
|
||||
add_subdirectory(pkey)
|
||||
add_subdirectory(psa)
|
||||
add_subdirectory(../tf-psa-crypto/programs/psa ../tf-psa-crypto/programs/psa)
|
||||
add_subdirectory(random)
|
||||
add_subdirectory(ssl)
|
||||
add_subdirectory(test)
|
||||
|
||||
Reference in New Issue
Block a user