27 lines
540 B
CMake
27 lines
540 B
CMake
|
set(LLVM_LINK_COMPONENTS support)
|
||
|
|
||
|
add_clang_library(clangTidyAndroidModule
|
||
|
AndroidTidyModule.cpp
|
||
|
CloexecAccept4Check.cpp
|
||
|
CloexecAcceptCheck.cpp
|
||
|
CloexecCheck.cpp
|
||
|
CloexecCreatCheck.cpp
|
||
|
CloexecEpollCreate1Check.cpp
|
||
|
CloexecEpollCreateCheck.cpp
|
||
|
CloexecDupCheck.cpp
|
||
|
CloexecFopenCheck.cpp
|
||
|
CloexecInotifyInit1Check.cpp
|
||
|
CloexecInotifyInitCheck.cpp
|
||
|
CloexecMemfdCreateCheck.cpp
|
||
|
CloexecOpenCheck.cpp
|
||
|
CloexecSocketCheck.cpp
|
||
|
|
||
|
LINK_LIBS
|
||
|
clangAST
|
||
|
clangASTMatchers
|
||
|
clangBasic
|
||
|
clangLex
|
||
|
clangTidy
|
||
|
clangTidyUtils
|
||
|
)
|