https://github.com/halide/Halide
Raw File
Tip revision: 5fdcdc78039065f48dabbc615ecc1cf838e47c31 authored by Andrew Adams on 11 March 2024, 18:32:33 UTC
Add a comment
Tip revision: 5fdcdc7
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