Skip to content

Commit

Permalink
Update cms clang tidy library CMakeLists.txt to match other llvm 14.0…
Browse files Browse the repository at this point in the history
… clang tidy libraries
  • Loading branch information
gartung authored and smuzaffar committed Jun 30, 2022
1 parent cd09dc2 commit d88fe2a
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions clang-tools-extra/clang-tidy/cms/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
set(LLVM_LINK_COMPONENTS support)
set(LLVM_LINK_COMPONENTS
support
FrontendOpenMP
)

add_clang_library(clangTidyCMSModule
CMSTidyModule.cpp
HandleCheck.cpp
ESRecordGetCheck.cpp

LINK_LIBS
clangTidy
clangTidyUtils

DEPENDS
omp_gen
)

clang_target_link_libraries(clangTidyCMSModule
PRIVATE
clangAST
clangASTMatchers
clangBasic
clangLex
clangTidy
clangTidyUtils
clangTooling
)

clangTransformer
)

0 comments on commit d88fe2a

Please sign in to comment.