mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02:00
We'll use this to prevent repeating common tool dependencies. They all depend on LibCore and AK only. We also want to encapsulate common install rules for them.
6 lines
52 B
CMake
6 lines
52 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
lagom_tool(IPCCompiler)
|