build: write .clangd with proper compile_commands path on configure

This commit is contained in:
2025-12-19 10:33:14 +03:00
parent 6ac9c03ec4
commit 82998d688c
3 changed files with 7 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
namespace clrsync::core
{
const std::string GIT_SEMVER = "0.1.7+git.g2a43348";
const std::string GIT_SEMVER = "0.1.7+git.g6ac9c03";
const std::string version_string();
} // namespace clrsync::core