summaryrefslogtreecommitdiff
path: root/Applications/CrashDaemon/CMakeLists.txt
blob: 5dcf13aacbb2599732c2f52751ba1f88028afa9f (plain)
1
2
3
4
5
6
set(SOURCES
    main.cpp
)

serenity_bin(CrashDaemon)
target_link_libraries(CrashDaemon LibC LibCore LibCoreDump)