mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-04 07:31:16 +00:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
	
		
			119 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
	
		
			119 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								#!/usr/bin/env python
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								Import("env")
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								env_string = env.Clone()
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								env_string.add_source_files(env.core_sources, "*.cpp")
							 |