forked from OSchip/llvm-project
14 lines
212 B
CMake
14 lines
212 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_clang_unittest(StaticAnalysisTests
|
||
|
AnalyzerOptionsTest.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(StaticAnalysisTests
|
||
|
clangBasic
|
||
|
clangAnalysis
|
||
|
clangStaticAnalyzerCore
|
||
|
)
|