mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
6 lines
114 B
CMake
6 lines
114 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(CrashDaemon)
|
|
target_link_libraries(CrashDaemon LibC LibCore LibCoreDump)
|