forked from OSchip/llvm-project
				
			
		
			
				
	
	
		
			17 lines
		
	
	
		
			337 B
		
	
	
	
		
			CMake
		
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			337 B
		
	
	
	
		
			CMake
		
	
	
	
add_llvm_library(LLVMTarget
 | 
						|
  Mangler.cpp
 | 
						|
  Target.cpp
 | 
						|
  TargetIntrinsicInfo.cpp
 | 
						|
  TargetJITInfo.cpp
 | 
						|
  TargetLibraryInfo.cpp
 | 
						|
  TargetLoweringObjectFile.cpp
 | 
						|
  TargetMachine.cpp
 | 
						|
  TargetMachineC.cpp
 | 
						|
  TargetSubtargetInfo.cpp
 | 
						|
  )
 | 
						|
 | 
						|
foreach(t ${LLVM_TARGETS_TO_BUILD})
 | 
						|
  message(STATUS "Targeting ${t}")
 | 
						|
  add_subdirectory(${t})
 | 
						|
endforeach()
 |