mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
Everywhere: Hoist the Services folder to the top-level
This commit is contained in:
committed by
Andreas Kling
parent
a7dc40eff3
commit
22e0eeada2
@@ -3,13 +3,13 @@ set(SOURCES
|
||||
)
|
||||
|
||||
if (NOT SERENITYOS)
|
||||
compile_ipc(../../Services/ImageDecoder/ImageDecoderClient.ipc ../../Services/ImageDecoder/ImageDecoderClientEndpoint.h)
|
||||
compile_ipc(../../Services/ImageDecoder/ImageDecoderServer.ipc ../../Services/ImageDecoder/ImageDecoderServerEndpoint.h)
|
||||
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
|
||||
../../../Services/ImageDecoder/ImageDecoderClientEndpoint.h
|
||||
../../../Services/ImageDecoder/ImageDecoderServerEndpoint.h
|
||||
)
|
||||
|
||||
serenity_lib(LibImageDecoderClient imagedecoderclient)
|
||||
|
||||
Reference in New Issue
Block a user