mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
11 lines
291 B
CMake
11 lines
291 B
CMake
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)
|