mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:42:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			132 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			132 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     IDLParser.cpp
 | |
|     Types.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibIDL idl)
 | |
| target_link_libraries(LibIDL PRIVATE LibCore LibFileSystem)
 | 
