mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 20:02:44 +00:00 
			
		
		
		
	 89d9a1afc0
			
		
	
	
		89d9a1afc0
		
	
	
	
	
		
			
			This functionality is required by Core::LocalServer and LibIPC depends on LibCore. take_over_accepted_socket_from_system_server has also been renamed to take_over_socket_from_system_server as the socket need not be accepted before taking it over. :^)
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			163 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			163 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Connection.cpp
 | |
|     Decoder.cpp
 | |
|     Encoder.cpp
 | |
|     Message.cpp
 | |
|     Stub.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibIPC ipc)
 | |
| target_link_libraries(LibIPC LibC LibCore)
 |