mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 22:07:35 +00:00
LibSQL+SQLServer: Generate SQLServer's IPC sources with LibSQL on Lagom
Exclude SQLServer from Lagom, and instead generate its IPC sources with LibSQL.
This commit is contained in:
parent
b3e287342f
commit
517742d6f9
2 changed files with 10 additions and 7 deletions
|
@ -5,7 +5,6 @@ add_subdirectory(ImageDecoder)
|
|||
add_subdirectory(InspectorServer)
|
||||
add_subdirectory(LookupServer)
|
||||
add_subdirectory(RequestServer)
|
||||
add_subdirectory(SQLServer)
|
||||
add_subdirectory(WebServer)
|
||||
add_subdirectory(WebSocket)
|
||||
|
||||
|
@ -22,6 +21,7 @@ if (SERENITYOS)
|
|||
add_subdirectory(NetworkServer)
|
||||
add_subdirectory(NotificationServer)
|
||||
add_subdirectory(SpiceAgent)
|
||||
add_subdirectory(SQLServer)
|
||||
add_subdirectory(SystemServer)
|
||||
add_subdirectory(Taskbar)
|
||||
add_subdirectory(TelnetServer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue