mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 22:52:10 +02:00
16 lines
372 B
CMake
16 lines
372 B
CMake
set(SOURCES
|
|
DebugInfo.cpp
|
|
DebugSession.cpp
|
|
Dwarf/AbbreviationsMap.cpp
|
|
Dwarf/AddressRanges.cpp
|
|
Dwarf/AttributeValue.cpp
|
|
Dwarf/CompilationUnit.cpp
|
|
Dwarf/DIE.cpp
|
|
Dwarf/DwarfInfo.cpp
|
|
Dwarf/LineProgram.cpp
|
|
ProcessInspector.cpp
|
|
)
|
|
|
|
serenity_lib(LibDebug debug)
|
|
target_link_libraries(LibDebug PRIVATE LibCore LibELF LibFileSystem LibRegex)
|