mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:58:11 +00:00

This does a few things in total: * Ports the IPC-compiler to LibMain * Extract some compiler steps into separate functions * Minify some appends to use appendln (or appendff in the case of StringBuilder) This reduces the clang-tidies maximum cognitive-complexity score for this file from 325 to under 100.
5 lines
67 B
CMake
5 lines
67 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
lagom_tool(IPCCompiler LIBS LagomMain)
|