hanchenye-llvm-project/clang-tools-extra/clang-tidy/boost/CMakeLists.txt

15 lines
219 B
CMake

set(LLVM_LINK_COMPONENTS support)
add_clang_library(clangTidyBoostModule
BoostTidyModule.cpp
UseToStringCheck.cpp
LINK_LIBS
clangAST
clangASTMatchers
clangBasic
clangLex
clangTidy
clangTidyUtils
)