diff --git a/programs/CMakeLists.txt b/programs/CMakeLists.txt index 661b12071a..61f02e86f2 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)