2024-11-09 12:25:08 -05:00
|
|
|
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
|
|
|
|
)
|
|
|
|
|
2025-06-30 08:11:44 -07:00
|
|
|
ladybird_lib(LibImageDecoderClient imagedecoderclient)
|
2024-11-09 12:25:08 -05:00
|
|
|
target_link_libraries(LibImageDecoderClient PRIVATE LibCore LibIPC LibGfx)
|