commit | 4973196e5afdc417ffb2003fc148cfa8272303d1 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Mon Mar 09 18:03:25 2020 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Mon Mar 23 17:55:31 2020 +0100 |
tree | b3d226f82820838776c4b72fe6378acf387c65c3 | |
parent | d2e77b51a198a97439b360f77e5ef764fc3d07b2 [diff] |
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)