mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:17:35 +00:00
LibCoreDump: Add library for parsing coredump files
This commit is contained in:
parent
50219429fd
commit
a74dad14a8
4 changed files with 226 additions and 0 deletions
6
Libraries/LibCoreDump/CMakeLists.txt
Normal file
6
Libraries/LibCoreDump/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
set(SOURCES
|
||||
CoreDumpReader.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibCoreDump coredump)
|
||||
target_link_libraries(LibCoreDump LibC LibCore)
|
Loading…
Add table
Add a link
Reference in a new issue