1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 03:47:34 +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

@ -0,0 +1,11 @@
set(SOURCES
Client.cpp
)
set(GENERATED_SOURCES
../../Services/SymbolServer/SymbolClientEndpoint.h
../../Services/SymbolServer/SymbolServerEndpoint.h
)
serenity_lib(LibSymbolication symbolclient)
target_link_libraries(LibSymbolication LibIPC)