mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +00:00
Lagom: Don't include Serenity's ImageDecoder service
This service assumes paths from the serenity environment, bringing it to Lagom in its current form is useless.
This commit is contained in:
parent
d1a01c4c65
commit
fbc25ad302
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
add_subdirectory(ConfigServer)
|
||||
add_subdirectory(EchoServer)
|
||||
add_subdirectory(FileOperation)
|
||||
add_subdirectory(ImageDecoder)
|
||||
add_subdirectory(LookupServer)
|
||||
add_subdirectory(WebServer)
|
||||
|
||||
|
@ -12,6 +11,7 @@ if (SERENITYOS)
|
|||
add_subdirectory(CrashDaemon)
|
||||
add_subdirectory(DeviceMapper)
|
||||
add_subdirectory(DHCPClient)
|
||||
add_subdirectory(ImageDecoder)
|
||||
add_subdirectory(FileSystemAccessServer)
|
||||
add_subdirectory(KeyboardPreferenceLoader)
|
||||
add_subdirectory(LaunchServer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue