Skip to content

Commit

Permalink
cmake: build with CMAKE_EXPORT_COMPILE_COMMANDS by default
Browse files Browse the repository at this point in the history
to simplify the life of those using clangd or other language servers
  • Loading branch information
martelletto authored and LDVG committed Nov 4, 2024
1 parent c91891f commit 576ebaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ endif()
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
set(CMAKE_COLOR_MAKEFILE OFF)
set(CMAKE_VERBOSE_MAKEFILE ON)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

set(FIDO_MAJOR "1")
set(FIDO_MINOR "16")
set(FIDO_PATCH "0")
Expand Down

0 comments on commit 576ebaa

Please sign in to comment.