Revision 022bcd5ba3d76c568de9a4828e7932dda3fcdc2a authored by Andrew Adams on 11 October 2023, 19:14:31 UTC, committed by Andrew Adams on 11 October 2023, 19:14:31 UTC
1 parent 42ed287
Raw File
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