https://github.com/halide/Halide
Raw File
Tip revision: 476e1f707695f6a3d458e3b5f3e8dccdf27a5c8d authored by Andrew Adams on 16 October 2023, 17:15:34 UTC
Merge remote-tracking branch 'origin/main' into abadams/fix_7893
Tip revision: 476e1f7
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