blob: 639c501a2fe0abdfc15fcc16b0221d96c1d116f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
serenity_component(
CrashDaemon
REQUIRED
TARGETS CrashDaemon
)
set(SOURCES
main.cpp
)
serenity_bin(CrashDaemon)
target_link_libraries(CrashDaemon LibC LibCompress LibCore LibCoredump LibMain)
|