2024-11-09 14:25:08 -03: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 12:11:44 -03:00
|
|
|
ladybird_lib(LibImageDecoderClient imagedecoderclient)
|
2024-11-09 14:25:08 -03:00
|
|
|
target_link_libraries(LibImageDecoderClient PRIVATE LibCore LibIPC LibGfx)
|