aboutsummaryrefslogtreecommitdiff
path: root/programs/CMakeLists.txt
diff options
context:
space:
mode:
authoritayzafrir <itay.zafrir@arm.com>2018-07-10 10:10:21 +0300
committeritayzafrir <itay.zafrir@arm.com>2018-09-12 16:50:07 +0300
commita3ff8a6ed59e9c8e803f5388a41a1bba18f77919 (patch)
treee5634e9828268a489b0b2f89ec7fb31ef3f3cd78 /programs/CMakeLists.txt
parent22e232ec04fcc3b6f8cc64d552f562ebefc39cd8 (diff)
downloadmbedtls-a3ff8a6ed59e9c8e803f5388a41a1bba18f77919.zip
mbedtls-a3ff8a6ed59e9c8e803f5388a41a1bba18f77919.tar.gz
mbedtls-a3ff8a6ed59e9c8e803f5388a41a1bba18f77919.tar.bz2
psa: programs: Add cipher example
Add `programs/psa/crypto_examples.c`. Update relevant Makefiles, CMakeLists.txt, and .gitignore files.
Diffstat (limited to 'programs/CMakeLists.txt')
-rw-r--r--programs/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/programs/CMakeLists.txt b/programs/CMakeLists.txt
index 4cdae78..661b120 100644
--- a/programs/CMakeLists.txt
+++ b/programs/CMakeLists.txt
@@ -1,6 +1,7 @@
add_subdirectory(aes)
add_subdirectory(hash)
add_subdirectory(pkey)
+add_subdirectory(psa)
add_subdirectory(random)
add_subdirectory(ssl)
add_subdirectory(test)