1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 04:57:45 +00:00

LibSymbolication: Name the shared object libsymbolication.so

This commit is contained in:
Andreas Kling 2021-05-22 18:39:46 +02:00
parent 85dd5b810b
commit b00b9e699c

View file

@ -2,5 +2,5 @@ set(SOURCES
Client.cpp
)
serenity_lib(LibSymbolication symbolclient)
serenity_lib(LibSymbolication symbolication)
target_link_libraries(LibSymbolication LibDebug)