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

Meta: Implement checker for IPC magic number collisions

This commit is contained in:
Ben Wiederhake 2021-11-01 17:12:56 +01:00 committed by Ali Mohammad Pur
parent 93356ee3df
commit 585554a245
3 changed files with 100 additions and 1 deletions

View file

@ -0,0 +1,5 @@
set(SOURCES
main.cpp
)
lagom_tool(IPCMagicLinter)