From edb6f808675033bc8866b629a580bc52716ac0e6 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Fri, 25 Apr 2025 23:28:48 -0600 Subject: [PATCH] Export compile commands --- CMakePresets.json | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakePresets.json b/CMakePresets.json index 88541285..9d103dd3 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -6,6 +6,7 @@ "displayName": "Basic development build", "description": "Enables development build with basic tests that are cheap to build and run", "cacheVariables": { + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON", "CATCH_DEVELOPMENT_BUILD": "ON" } },