mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 04:52:06 +02:00
Otherwise, we end up propagating those dependencies into targets that link against that library, which creates unnecessary link-time dependencies. Also included are changes to readd now missing dependencies to tools that actually need them.
7 lines
147 B
CMake
7 lines
147 B
CMake
set(SOURCES
|
|
Symbolication.cpp
|
|
)
|
|
|
|
serenity_lib(LibSymbolication symbolication)
|
|
target_link_libraries(LibSymbolication PRIVATE LibCore LibDebug)
|