1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:57:35 +00:00

LibSymbolClient: Add helper library for interfacing with SymbolServer

This commit is contained in:
Andreas Kling 2021-02-04 19:59:56 +01:00
parent aefd206038
commit 5249aa2ba5
4 changed files with 132 additions and 0 deletions

View file

@ -26,6 +26,7 @@ add_subdirectory(LibPCIDB)
add_subdirectory(LibProtocol)
add_subdirectory(LibPthread)
add_subdirectory(LibRegex)
add_subdirectory(LibSymbolClient)
add_subdirectory(LibTar)
add_subdirectory(LibTextCodec)
add_subdirectory(LibThread)