Restore fuzz to the cmake build
This commit is contained in:
parent
d2e77b51a1
commit
4973196e5a
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
add_subdirectory(aes)
|
||||
if (NOT WIN32)
|
||||
add_subdirectory(fuzz)
|
||||
endif()
|
||||
add_subdirectory(hash)
|
||||
add_subdirectory(pkey)
|
||||
add_subdirectory(psa)
|
||||
|
|
Loading…
Reference in a new issue