Skip to content

Commit

Permalink
Remove .clangd in favour of generating compile_comands.json via CMake…
Browse files Browse the repository at this point in the history
… for LSP compiler configuration
  • Loading branch information
s3785111 committed Jan 26, 2025
1 parent aa7bd4e commit 24f5707
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
28 changes: 0 additions & 28 deletions Australis-Avionics/.clangd

This file was deleted.

1 change: 1 addition & 0 deletions Australis-Avionics/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.15)

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_SOURCE_DIR}/toolchain.cmake)
project(Australis-Avionics LANGUAGES C ASM)

Expand Down
1 change: 1 addition & 0 deletions Australis-Avionics/compile_commands.json

0 comments on commit 24f5707

Please sign in to comment.