mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
13 lines
237 B
CMake
13 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)
|