mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 03:35:07 +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)
|