https://github.com/halide/Halide
Raw File
Tip revision: 7c033f339b67549247b30ffd56187ed0ad46c149 authored by Alex Reinking on 20 September 2022, 19:01:34 UTC
use forthcoming wabt 1.0.30
Tip revision: 7c033f3
CMakeLists.txt
##
# Third-party dependencies in their own subdirectories
##

add_subdirectory(llvm)

# Needs cache vars set by llvm, do not reorder.
add_subdirectory(wasm)
back to top