mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-26 03:12:07 -05:00
6 lines
123 B
CMake
6 lines
123 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(CrashDaemon)
|
|
target_link_libraries(CrashDaemon LibC LibCore LibCoreDump LibDebug)
|