mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03: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)
|