serenity/Applications/CrashDaemon/CMakeLists.txt

6 lines
123 B
CMake

set(SOURCES
main.cpp
)
serenity_bin(CrashDaemon)
target_link_libraries(CrashDaemon LibC LibCore LibCoreDump LibDebug)