mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-04 18:23:39 +00:00
This enables support for automatically generating client methods. With this added the user gets code completion support for all IPC methods which are available on a connection object.
9 lines
144 B
CMake
9 lines
144 B
CMake
set(SOURCES
|
|
Decoder.cpp
|
|
Encoder.cpp
|
|
Message.cpp
|
|
Stub.cpp
|
|
)
|
|
|
|
serenity_lib(LibIPC ipc)
|
|
target_link_libraries(LibIPC LibC LibCore)
|