mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-25 14:05:15 +00:00
13 lines
274 B
CMake
13 lines
274 B
CMake
set(SOURCES
|
|
DebugInfo.cpp
|
|
DebugSession.cpp
|
|
Dwarf/AbbreviationsMap.cpp
|
|
Dwarf/CompilationUnit.cpp
|
|
Dwarf/DIE.cpp
|
|
Dwarf/DwarfInfo.cpp
|
|
Dwarf/Expression.cpp
|
|
Dwarf/LineProgram.cpp
|
|
)
|
|
|
|
serenity_lib(LibDebug debug)
|
|
target_link_libraries(LibDebug LibC)
|