mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 05:01:10 +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") |