mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 01:48:11 +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)
|