mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 04:37:55 +00:00
7 lines
131 B
CMake
7 lines
131 B
CMake
set(SOURCES
|
|
Symbolication.cpp
|
|
)
|
|
|
|
serenity_lib(LibSymbolication symbolication)
|
|
target_link_libraries(LibSymbolication LibDebug)
|