Skip to content

Commit

Permalink
Generate compile commands file used by IDE's (#1159)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniël van de Giessen <[email protected]>
  • Loading branch information
DvdGiessen authored Oct 9, 2024
1 parent c9576fb commit 30b3bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.13)
include(CMakePrintHelpers)



# enable compile commands for use by IDE autocompletion
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

# initialize the SDK based on PICO_SDK_PATH
# note: this must happen before project()
Expand Down

0 comments on commit 30b3bdf

Please sign in to comment.