mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 22:52:22 +02:00
14 lines
237 B
CMake
14 lines
237 B
CMake
set(SOURCES
|
|
Connection.cpp
|
|
Decoder.cpp
|
|
Encoder.cpp
|
|
Message.cpp
|
|
)
|
|
|
|
if (UNIX)
|
|
list(APPEND SOURCES TransportSocket.cpp)
|
|
endif()
|
|
|
|
serenity_lib(LibIPC ipc)
|
|
target_link_libraries(LibIPC PRIVATE LibCore LibURL LibThreading)
|