mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Libraries: Move to Userland/Libraries/
This commit is contained in:
11
Userland/Libraries/LibImageDecoderClient/CMakeLists.txt
Normal file
11
Userland/Libraries/LibImageDecoderClient/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user