1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:47:44 +00:00

LibSymbolication: Rename Client.{cpp,h} => Symbolication.{cpp,h}

This commit is contained in:
Andreas Kling 2021-05-22 18:41:11 +02:00
parent b00b9e699c
commit 5d6252b29e
5 changed files with 4 additions and 6 deletions

View file

@ -1,5 +1,5 @@
set(SOURCES
Client.cpp
Symbolication.cpp
)
serenity_lib(LibSymbolication symbolication)