blob: 4322d2ad892b7c1f35af1000f98d407332c651e2 [file] [log] [blame]
# MallocBench requires malloc_trim for non-Apple platforms
if (NOT USE_SYSTEM_MALLOC AND (APPLE OR HAVE_MALLOC_TRIM))
add_subdirectory(MallocBench)
else ()
message(WARNING "MallocBench is not available on this platform")
endif ()
WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS()