mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 18:35:06 +00:00
11 lines
254 B
CMake
11 lines
254 B
CMake
set(SOURCES
|
|
Client.cpp
|
|
)
|
|
|
|
set(GENERATED_SOURCES
|
|
../../Services/SymbolServer/SymbolClientEndpoint.h
|
|
../../Services/SymbolServer/SymbolServerEndpoint.h
|
|
)
|
|
|
|
serenity_lib(LibSymbolClient symbolclient)
|
|
target_link_libraries(LibSymbolClient LibIPC)
|