Revision eacadb6cda71af51d9c2ca49399a1adce3ab5475 authored by Alex Reinking on 24 August 2022, 00:35:00 UTC, committed by GitHub on 24 August 2022, 00:35:00 UTC
1 parent 2f0957b
Raw File
CMakeLists.txt
if (TARGET_WEBASSEMBLY AND Halide_TARGET MATCHES "wasm")
    message(WARNING "Python tests are skipped under WASM.")
    return()
endif ()

add_subdirectory(apps)
add_subdirectory(correctness)
add_subdirectory(generators)
back to top