mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 21:21:10 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
	
		
			108 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
	
		
			108 B
		
	
	
	
		
			Text
		
	
	
	
	
	
|   | 
 | ||
|  | Import('env') | ||
|  | 
 | ||
|  | sources = [ | ||
|  | 
 | ||
|  | 	'trex.c', | ||
|  | 	'regex.cpp', | ||
|  | ] | ||
|  | env.add_source_files(env.drivers_sources, sources) | ||
|  | 
 |