https://github.com/halide/Halide
Raw File
Tip revision: 4f2e34c449fee85001d3754a5a082ca920cfaa88 authored by Steven Johnson on 29 November 2023, 22:15:17 UTC
Merge branch 'main' into srj/cmake-jit-generators
Tip revision: 4f2e34c
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