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

Userland: Rename LibSymbolClient => LibSymbolication

This commit is contained in:
Andreas Kling 2021-05-22 17:15:18 +02:00
parent 21cd278b8a
commit d783076a30
8 changed files with 8 additions and 8 deletions

View file

@ -14,4 +14,4 @@ set(SOURCES
)
serenity_app(SystemMonitor ICON app-system-monitor)
target_link_libraries(SystemMonitor LibGUI LibSymbolClient LibPCIDB)
target_link_libraries(SystemMonitor LibGUI LibSymbolication LibPCIDB)