diff --git a/programs/CMakeLists.txt b/programs/CMakeLists.txt index 87b9a1b5a7..2c23c48c66 100644 --- a/programs/CMakeLists.txt +++ b/programs/CMakeLists.txt @@ -8,7 +8,6 @@ if (NOT WIN32) endif() add_subdirectory(hash) add_subdirectory(pkey) -add_subdirectory(../tf-psa-crypto/programs/psa ../tf-psa-crypto/programs/psa) add_subdirectory(random) add_subdirectory(ssl) add_subdirectory(test) diff --git a/tf-psa-crypto/programs/CMakeLists.txt b/tf-psa-crypto/programs/CMakeLists.txt index e69de29bb2..c394db6f89 100644 --- a/tf-psa-crypto/programs/CMakeLists.txt +++ b/tf-psa-crypto/programs/CMakeLists.txt @@ -0,0 +1,4 @@ +set(programs_target "${TF_PSA_CRYPTO_TARGET_PREFIX}tfpsacrypto-programs") +add_custom_target(${programs_target}) + +add_subdirectory(psa)