Restore fuzz to the cmake build
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)