From 4cc85e48556dd974f1325f9708ecaad37aa72799 Mon Sep 17 00:00:00 2001 From: Yuya Asano <64895419+sukeya@users.noreply.github.com> Date: Sun, 23 Nov 2025 14:56:07 +0900 Subject: [PATCH] Add local preset. --- CMakePresets.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CMakePresets.json b/CMakePresets.json index 61ffb8c..646dae5 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -13,6 +13,13 @@ }, "generator": "Ninja" }, + { + "name": "local", + "inherits": ["test"], + "cacheVariables": { + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + } + }, { "name": "test_gcc", "inherits": ["test"],