1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 01:07:44 +00:00

SQLServer: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-12-06 16:01:23 +01:00
parent 69ea1ff743
commit 229a45ab14
2 changed files with 8 additions and 16 deletions

View file

@ -17,4 +17,4 @@ set(SOURCES
)
serenity_bin(SQLServer)
target_link_libraries(SQLServer LibCore LibIPC LibSQL)
target_link_libraries(SQLServer LibCore LibIPC LibSQL LibMain)