mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
8 lines
140 B
CMake
8 lines
140 B
CMake
set(SOURCES
|
|
Backtrace.cpp
|
|
Reader.cpp
|
|
)
|
|
|
|
serenity_lib(LibCoreDump coredump)
|
|
target_link_libraries(LibCoreDump LibC LibCore LibDebug)
|