mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
9 lines
148 B
CMake
9 lines
148 B
CMake
set(SOURCES
|
|
Decoder.cpp
|
|
Encoder.cpp
|
|
Endpoint.cpp
|
|
Message.cpp
|
|
)
|
|
|
|
serenity_lib(LibIPC ipc)
|
|
target_link_libraries(LibIPC LibC LibCore)
|