mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 12:19:37 +03:00
13 lines
210 B
CMake
13 lines
210 B
CMake
serenity_component(
|
|
CrashDaemon
|
|
REQUIRED
|
|
TARGETS CrashDaemon
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(CrashDaemon)
|
|
target_link_libraries(CrashDaemon LibC LibCompress LibCore LibCoredump LibMain)
|