mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
12 lines
254 B
CMake
12 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)
|