Meta: Hoist the ClangPlugins directory up one level
This commit is contained in:
parent
f47b6f3270
commit
8c800d86c5
6 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue