mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-09 01:31:02 +00:00
12 lines
291 B
Text
12 lines
291 B
Text
|
|
set(SOURCES
|
||
|
|
Client.cpp
|
||
|
|
)
|
||
|
|
|
||
|
|
set(GENERATED_SOURCES
|
||
|
|
../../Services/ImageDecoder/ImageDecoderClientEndpoint.h
|
||
|
|
../../Services/ImageDecoder/ImageDecoderServerEndpoint.h
|
||
|
|
)
|
||
|
|
|
||
|
|
serenity_lib(LibImageDecoderClient imagedecoderclient)
|
||
|
|
target_link_libraries(LibImageDecoderClient LibIPC LibGfx)
|