https://github.com/halide/Halide
Raw File
Tip revision: fb06e942dbd5033822a90a77f240ff59783480b0 authored by Steven Johnson on 29 November 2023, 22:47:14 UTC
trigger buildbots
Tip revision: fb06e94
CMakeLists.txt
##
# Third-party dependencies in their own subdirectories
##

add_subdirectory(llvm)

if (TARGET_SPIRV)
    add_subdirectory(spirv)
endif()

# Needs cache vars set by llvm, do not reorder.
add_subdirectory(wasm)
back to top