mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 13:12:46 +00:00 
			
		
		
		
	 dcdc62323d
			
		
	
	
		dcdc62323d
		
	
	
	
	
		
			
			https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules "The compiler is more likely to get the default semantics right and you cannot implement these functions better than the compiler."
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			134 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			134 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Connection.cpp
 | |
|     Decoder.cpp
 | |
|     Encoder.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibIPC ipc)
 | |
| target_link_libraries(LibIPC LibC LibCore)
 |