diff --git a/CMakeLists.txt b/CMakeLists.txt index c2bd01e6204..756ea0e7f2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -797,6 +797,7 @@ if(EXECUTORCH_BUILD_EXECUTOR_RUNNER) endif() if(EXECUTORCH_BUILD_VULKAN) + add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/backends/vulkan) endif()