forked from OSchip/llvm-project
				
			
		
			
				
	
	
		
			18 lines
		
	
	
		
			364 B
		
	
	
	
		
			CMake
		
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			364 B
		
	
	
	
		
			CMake
		
	
	
	
| add_lldb_library(lldbPluginSystemRuntimeMacOSX PLUGIN
 | |
|   AppleGetItemInfoHandler.cpp
 | |
|   AppleGetPendingItemsHandler.cpp
 | |
|   AppleGetQueuesHandler.cpp
 | |
|   AppleGetThreadItemInfoHandler.cpp
 | |
|   SystemRuntimeMacOSX.cpp
 | |
| 
 | |
|   LINK_LIBS
 | |
|     lldbBreakpoint
 | |
|     lldbCore
 | |
|     lldbExpression
 | |
|     lldbHost
 | |
|     lldbSymbol
 | |
|     lldbTarget
 | |
|     lldbUtility
 | |
|     lldbPluginProcessUtility
 | |
|   )
 |