forked from OSchip/llvm-project
				
			
		
			
				
	
	
		
			20 lines
		
	
	
		
			488 B
		
	
	
	
		
			CMake
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			488 B
		
	
	
	
		
			CMake
		
	
	
	
| set(LLVM_USED_LIBS clangBasic clangAST clangIndex)
 | |
| 
 | |
| add_clang_library(clangAnalysis
 | |
|   AnalysisContext.cpp
 | |
|   CFG.cpp
 | |
|   CFGReachabilityAnalysis.cpp
 | |
|   CFGStmtMap.cpp
 | |
|   CocoaConventions.cpp
 | |
|   FormatString.cpp
 | |
|   LiveVariables.cpp
 | |
|   PrintfFormatString.cpp
 | |
|   PseudoConstantAnalysis.cpp
 | |
|   ReachableCode.cpp
 | |
|   ScanfFormatString.cpp
 | |
|   UninitializedValues.cpp
 | |
|   )
 | |
| 
 | |
| add_dependencies(clangAnalysis ClangAttrClasses ClangAttrList
 | |
|                  ClangDiagnosticAnalysis ClangDeclNodes ClangStmtNodes)
 |