mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-26 02:37:08 +00:00
Restore fuzz to the cmake build
This commit is contained in:
parent
d2e77b51a1
commit
4973196e5a
@ -1,4 +1,7 @@
|
|||||||
add_subdirectory(aes)
|
add_subdirectory(aes)
|
||||||
|
if (NOT WIN32)
|
||||||
|
add_subdirectory(fuzz)
|
||||||
|
endif()
|
||||||
add_subdirectory(hash)
|
add_subdirectory(hash)
|
||||||
add_subdirectory(pkey)
|
add_subdirectory(pkey)
|
||||||
add_subdirectory(psa)
|
add_subdirectory(psa)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user