mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00: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)
|