blob: 62db8f652e111853c056f6a6f31232f0ce32d81d [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(ClangAnalysisTests
CFGTest.cpp
CloneDetectionTest.cpp
)
target_link_libraries(ClangAnalysisTests
clangAnalysis
clangAST
clangASTMatchers
clangBasic
clangFrontend
clangTooling
)