mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-11-03 23:00:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			586 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			586 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
set(SOURCES
 | 
						|
    Client.cpp
 | 
						|
)
 | 
						|
 | 
						|
if (NOT SERENITYOS)
 | 
						|
    compile_ipc(../../Services/ImageDecoder/ImageDecoderClient.ipc ../../Services/ImageDecoder/ImageDecoderClientEndpoint.h)
 | 
						|
    compile_ipc(../../Services/ImageDecoder/ImageDecoderServer.ipc ../../Services/ImageDecoder/ImageDecoderServerEndpoint.h)
 | 
						|
endif()
 | 
						|
 | 
						|
set(GENERATED_SOURCES
 | 
						|
    ../../Services/ImageDecoder/ImageDecoderClientEndpoint.h
 | 
						|
    ../../Services/ImageDecoder/ImageDecoderServerEndpoint.h
 | 
						|
)
 | 
						|
 | 
						|
ladybird_lib(LibImageDecoderClient imagedecoderclient)
 | 
						|
target_link_libraries(LibImageDecoderClient PRIVATE LibCore LibIPC LibGfx)
 |