https://github.com/halide/Halide
Raw File
Tip revision: 5f1e9d301c707a4eedf43c8d0bb1bd384e789bd5 authored by Z Stern on 16 February 2024, 06:37:10 UTC
Formatting.
Tip revision: 5f1e9d3
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