1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:57:35 +00:00

IPCMagicLinter: Use LibMain

This commit is contained in:
Lucas CHOLLET 2023-04-26 19:57:20 -04:00 committed by Andreas Kling
parent 4dcdc3bd25
commit b35a6b206b
2 changed files with 7 additions and 7 deletions

View file

@ -2,4 +2,4 @@ set(SOURCES
main.cpp
)
lagom_tool(IPCMagicLinter)
lagom_tool(IPCMagicLinter LIBS LibMain)