mirror of
https://github.com/RGBCube/serenity
synced 2025-10-17 20:02:07 +00:00
6 lines
121 B
CMake
6 lines
121 B
CMake
set(SOURCES
|
|
CoreDumpReader.cpp
|
|
)
|
|
|
|
serenity_lib(LibCoreDump coredump)
|
|
target_link_libraries(LibCoreDump LibC LibCore)
|