mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 04:12:43 +00:00 
			
		
		
		
	 78803ce384
			
		
	
	
		78803ce384
		
	
	
	
	
		
			
			This enables support for automatically generating client methods. With this added the user gets code completion support for all IPC methods which are available on a connection object.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			144 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			144 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Decoder.cpp
 | |
|     Encoder.cpp
 | |
|     Message.cpp
 | |
|     Stub.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibIPC ipc)
 | |
| target_link_libraries(LibIPC LibC LibCore)
 |