mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
7b88363490
Dynamically loaded LibC doesn't need LibELF definitions, so let's not put them there.
9 lines
194 B
CMake
9 lines
194 B
CMake
set(SOURCES
|
|
Backtrace.cpp
|
|
Inspector.cpp
|
|
Reader.cpp
|
|
)
|
|
|
|
serenity_lib(LibCoredump coredump)
|
|
target_link_libraries(LibCoredump PRIVATE LibCompress LibCore LibDebug LibELF LibFileSystem)
|