mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 11:02:43 +00:00 
			
		
		
		
	 a6d83e02d2
			
		
	
	
		a6d83e02d2
		
	
	
	
	
		
			
			We'll use this to prevent repeating common tool dependencies. They all depend on LibCore and AK only. We also want to encapsulate common install rules for them.
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			155 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			155 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     GenerateUnicodeData.cpp
 | |
| )
 | |
| 
 | |
| lagom_tool(GenerateUnicodeData)
 | |
| 
 | |
| set(SOURCES
 | |
|     GenerateUnicodeLocale.cpp
 | |
| )
 | |
| 
 | |
| lagom_tool(GenerateUnicodeLocale)
 |