mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 21:22:46 +00:00 
			
		
		
		
	 7b3d0fb002
			
		
	
	
		7b3d0fb002
		
	
	
	
	
		
			
			There's a lot of them, and LibWeb is a massive set of files to build as well, so let's add these first :^).
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			256 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			256 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| shared_library("LibIDL") {
 | |
|   output_name = "idl"
 | |
|   include_dirs = [ "//Userland/Libraries" ]
 | |
|   sources = [
 | |
|     "IDLParser.cpp",
 | |
|     "Types.cpp",
 | |
|   ]
 | |
|   deps = [
 | |
|     "//AK",
 | |
|     "//Userland/Libraries/LibCore",
 | |
|     "//Userland/Libraries/LibFileSystem",
 | |
|   ]
 | |
| }
 |