diff options
Diffstat (limited to 'cmake/modules/clangd.in')
-rw-r--r-- | cmake/modules/clangd.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/clangd.in b/cmake/modules/clangd.in index e6a4008..368585d 100644 --- a/cmake/modules/clangd.in +++ b/cmake/modules/clangd.in @@ -15,7 +15,7 @@ # Tell clangd to use the compile_commands.json file in the build/default folder CompileFlags: CompilationDatabase: @CMAKE_CURRENT_BINARY_DIR@ - Add: [@cipherpack_clangd_source_args@] + Add: [@cxx_clangd_flags@, @cipherpack_clangd_source_args@] Diagnostics: UnusedIncludes: Strict |