add_subdirectory(ccronexpr)
add_subdirectory(csv)
if(USE_LIBUV AND USE_OPENSSL)
    add_subdirectory(evt-tls)
endif()
if(NOT WIN32 AND NOT HAVE_GLOB_H)
	add_subdirectory(glob)
endif()
add_subdirectory(http_parser)
add_subdirectory(utf8proc)
add_subdirectory(zxcvbn-c)
