https://github.com/halide/Halide
Raw File
Tip revision: 5db62a0f328da9f00eff7719d07489880e9ab179 authored by Andrew Adams on 21 August 2023, 21:26:29 UTC
Add test
Tip revision: 5db62a0
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