10 lines
		
	
	
		
			211 B
		
	
	
	
		
			Python
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			211 B
		
	
	
	
		
			Python
		
	
	
		
			Executable File
		
	
	
	
	
| from building import *
 | |
| 
 | |
| cwd     = GetCurrentDir()
 | |
| src     = list()
 | |
| CPPPATH = [cwd]
 | |
| group   = []
 | |
| 
 | |
| group = DefineGroup('LIBADT', src, depend = ['RT_USING_ADT_HASHMAP'], CPPPATH = CPPPATH)
 | |
| Return('group')
 |