mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			123 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			123 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| Import('env')
 | |
| 
 | |
| 
 | |
| common_server=[\
 | |
| 	"os_server.cpp",\
 | |
| ]
 | |
| 
 | |
| env.Program('#bin/godot_server',['godot_server.cpp']+common_server)
 | 
