blob: edbdb034ef3e89667d0f059669ad2e8576aced95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
set(SOURCES
Client.cpp
)
set(GENERATED_SOURCES
../../Services/ImageDecoder/ImageDecoderClientEndpoint.h
../../Services/ImageDecoder/ImageDecoderServerEndpoint.h
)
serenity_lib(LibImageDecoderClient imagedecoderclient)
target_link_libraries(LibImageDecoderClient PRIVATE LibCore LibIPC LibGfx)
|