Meta: Hoist the ClangPlugins directory up one level

This commit is contained in:
Timothy Flynn 2026-06-12 12:29:35 -04:00 committed by Tim Flynn
parent f47b6f3270
commit 8c800d86c5
6 changed files with 1 additions and 1 deletions

View file

@ -83,7 +83,7 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang$")
# Vanilla host builds only for building the clang plugins
if (ENABLE_CLANG_PLUGINS AND NOT CROSS_COMPILING AND NOT ENABLE_FUZZERS AND NOT ENABLE_COMPILER_EXPLORER_BUILD)
add_subdirectory(Meta/Lagom/ClangPlugins)
add_subdirectory(Meta/ClangPlugins)
depend_on_clang_plugin(JSClangPlugin LibJSGCClangPlugin)
depend_on_clang_plugin(GenericClangPlugin LambdaCaptureClangPlugin)
endif()