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

LibCMake: Introduce a CMake lexer

This commit is contained in:
Sam Atkins 2023-03-03 12:12:56 +00:00 committed by Andrew Kaster
parent ca4cc03269
commit 3d8cc2257f
8 changed files with 581 additions and 0 deletions

View file

@ -34,6 +34,10 @@
# cmakedefine01 CANVAS_RENDERING_CONTEXT_2D_DEBUG
#endif
#ifndef CMAKE_DEBUG
# cmakedefine01 CMAKE_DEBUG
#endif
#ifndef COMPOSE_DEBUG
# cmakedefine01 COMPOSE_DEBUG
#endif