mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
10 lines
148 B
CMake
10 lines
148 B
CMake
set(SOURCES
|
|
Decoder.cpp
|
|
Encoder.cpp
|
|
Endpoint.cpp
|
|
Message.cpp
|
|
)
|
|
|
|
serenity_lib(LibIPC ipc)
|
|
target_link_libraries(LibIPC LibC LibCore)
|