https://github.com/halide/Halide
Raw File
Tip revision: b518af900e62021e63137ec4445b16c3b98f7a46 authored by Andrew Adams on 19 July 2024, 18:57:39 UTC
Add scaffolding for performance linters, with example
Tip revision: b518af9
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