summaryrefslogtreecommitdiff
path: root/Meta/CMake
diff options
context:
space:
mode:
authorSam Atkins <atkinssj@serenityos.org>2023-03-03 12:12:56 +0000
committerAndrew Kaster <andrewdkaster@gmail.com>2023-03-04 05:43:43 -0700
commit3d8cc2257fd2db8139937cae3638772d8844383b (patch)
treef43bb0b3c743d0821df8049199ea0696c332db38 /Meta/CMake
parentca4cc03269ebfe6bf1d9f3b789deb16031df75e9 (diff)
downloadserenity-3d8cc2257fd2db8139937cae3638772d8844383b.zip
LibCMake: Introduce a CMake lexer
Diffstat (limited to 'Meta/CMake')
-rw-r--r--Meta/CMake/all_the_debug_macros.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake
index 9905999fa7..c1a17b8475 100644
--- a/Meta/CMake/all_the_debug_macros.cmake
+++ b/Meta/CMake/all_the_debug_macros.cmake
@@ -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)