https://github.com/halide/Halide
Raw File
Tip revision: 3e80492fe120f2d02cc014b1d73652e755c7ba11 authored by Marcos Slomp on 02 August 2023, 17:14:49 UTC
replacing ostringstream sentinel by nil ostream
Tip revision: 3e80492
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