Skip to content

Commit 3fddcef

Browse files
committed
chore: enable the generation of compile commands for clangd 🔧
1 parent ba9e635 commit 3fddcef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
cmake_minimum_required(VERSION 3.15)
22

3+
set(CMAKE_EXPORT_COMPILE_COMMANDS on)
34
project(scratch C)
45

56
add_subdirectory(src)

0 commit comments

Comments
 (0)