]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CMakeLists.txt
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / contrib / llvm / tools / clang / lib / StaticAnalyzer / Core / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS support)
2
3 set(LLVM_USED_LIBS clangBasic clangLex clangAST clangFrontend clangRewrite)
4
5 add_clang_library(clangStaticAnalyzerCore
6   AggExprVisitor.cpp
7   AnalysisManager.cpp
8   BasicConstraintManager.cpp
9   BasicStore.cpp
10   BasicValueFactory.cpp
11   BugReporter.cpp
12   BugReporterVisitors.cpp
13   CFRefCount.cpp
14   Checker.cpp
15   CheckerHelpers.cpp
16   CheckerManager.cpp
17   Environment.cpp
18   ExplodedGraph.cpp
19   FlatStore.cpp
20   BlockCounter.cpp
21   CXXExprEngine.cpp
22   CoreEngine.cpp
23   GRState.cpp
24   HTMLDiagnostics.cpp
25   MemRegion.cpp
26   ObjCMessage.cpp
27   PathDiagnostic.cpp
28   PlistDiagnostics.cpp
29   RangeConstraintManager.cpp
30   RegionStore.cpp
31   SimpleConstraintManager.cpp
32   SimpleSValBuilder.cpp
33   Store.cpp
34   SValBuilder.cpp
35   SVals.cpp
36   SymbolManager.cpp
37   TextPathDiagnostics.cpp
38   )
39
40 add_dependencies(clangStaticAnalyzerCore ClangAttrClasses ClangAttrList ClangDeclNodes
41                  ClangStmtNodes)