mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:57:36 +00:00
CrashDaemon: Port to LibMain :^)
This commit is contained in:
parent
365379bcb1
commit
b3d412d3c1
2 changed files with 6 additions and 11 deletions
|
@ -9,4 +9,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_bin(CrashDaemon)
|
||||
target_link_libraries(CrashDaemon LibC LibCompress LibCore LibCoredump)
|
||||
target_link_libraries(CrashDaemon LibC LibCompress LibCore LibCoredump LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue