mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 04:22:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			288 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			288 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| source_set("SyntaxHighlighter") {
 | |
|   configs += [ "//Userland/Libraries/LibWeb:configs" ]
 | |
|   deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
 | |
|   include_dirs = [
 | |
|     "//Userland",  # For LibSyntax needing LibGUI needing WindowServer types
 | |
|   ]
 | |
|   sources = [ "SyntaxHighlighter.cpp" ]
 | |
| }
 | 
