aboutsummaryrefslogtreecommitdiff
path: root/programs/CMakeLists.txt
diff options
context:
space:
mode:
authorGilles Peskine <Gilles.Peskine@arm.com>2020-03-09 18:03:25 +0100
committerGilles Peskine <Gilles.Peskine@arm.com>2020-03-23 17:55:31 +0100
commit4973196e5afdc417ffb2003fc148cfa8272303d1 (patch)
treeb3d226f82820838776c4b72fe6378acf387c65c3 /programs/CMakeLists.txt
parentd2e77b51a198a97439b360f77e5ef764fc3d07b2 (diff)
downloadmbedtls-4973196e5afdc417ffb2003fc148cfa8272303d1.zip
mbedtls-4973196e5afdc417ffb2003fc148cfa8272303d1.tar.gz
mbedtls-4973196e5afdc417ffb2003fc148cfa8272303d1.tar.bz2
Restore fuzz to the cmake build
Diffstat (limited to 'programs/CMakeLists.txt')
-rw-r--r--programs/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/programs/CMakeLists.txt b/programs/CMakeLists.txt
index 661b120..61f02e8 100644
--- a/programs/CMakeLists.txt
+++ b/programs/CMakeLists.txt
@@ -1,4 +1,7 @@
add_subdirectory(aes)
+if (NOT WIN32)
+ add_subdirectory(fuzz)
+endif()
add_subdirectory(hash)
add_subdirectory(pkey)
add_subdirectory(psa)