1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:27:34 +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

@ -13,6 +13,7 @@ set(BXVGA_DEBUG ON)
set(CACHE_DEBUG ON)
set(CALLBACK_MACHINE_DEBUG ON)
set(CANVAS_RENDERING_CONTEXT_2D_DEBUG ON)
set(CMAKE_DEBUG ON)
set(COMMIT_DEBUG ON)
set(COMPOSE_DEBUG ON)
set(CONTEXT_SWITCH_DEBUG ON)