From 7a2400ec62bf0cce5e6c80a5327ce930445e97f9 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sun, 22 Oct 2023 21:48:05 +0200 Subject: [PATCH] fix: symlink to compile_commands.json --- .gitignore | 1 + bootstrap.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index be9452d..436461b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /.build /.cache /bin +compile_commands.json diff --git a/bootstrap.sh b/bootstrap.sh index ba2fa51..98b48ad 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,3 +1,4 @@ #!/usr/bin/env sh cmake -S . -B .build -G Ninja -D CMAKE_EXPORT_COMPILE_COMMANDS=ON +ln -s .build/compile_commands.json