mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05: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)
|