mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
dcdc62323d
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules "The compiler is more likely to get the default semantics right and you cannot implement these functions better than the compiler."
9 lines
134 B
CMake
9 lines
134 B
CMake
set(SOURCES
|
|
Connection.cpp
|
|
Decoder.cpp
|
|
Encoder.cpp
|
|
)
|
|
|
|
serenity_lib(LibIPC ipc)
|
|
target_link_libraries(LibIPC LibC LibCore)
|