forked from OSchip/llvm-project
				
			
		
			
				
	
	
		
			20 lines
		
	
	
		
			321 B
		
	
	
	
		
			CMake
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			321 B
		
	
	
	
		
			CMake
		
	
	
	
| set(LLVM_LINK_COMPONENTS support)
 | |
| 
 | |
| add_clang_library(clangTidyUtils
 | |
|   DeclRefExprUtils.cpp
 | |
|   FixItHintUtils.cpp
 | |
|   HeaderGuard.cpp
 | |
|   HeaderFileExtensionsUtils.cpp
 | |
|   IncludeInserter.cpp
 | |
|   IncludeSorter.cpp
 | |
|   LexerUtils.cpp
 | |
|   TypeTraits.cpp
 | |
| 
 | |
|   LINK_LIBS
 | |
|   clangAST
 | |
|   clangASTMatchers
 | |
|   clangBasic
 | |
|   clangLex
 | |
|   clangTidy
 | |
|   )
 |