forked from hertog/godot-module-template
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			158 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			158 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| #!/usr/bin/env python
 | |
| from misc.utility.scons_hints import *
 | |
| 
 | |
| Import("env")
 | |
| 
 | |
| env_config = env.Clone()
 | |
| 
 | |
| env_config.add_source_files(env.core_sources, "*.cpp")
 | 
