Skip to content

Commit 7984e35

Browse files
committed
fix(devex): export compile commands for VSCode
1 parent 1b568d2 commit 7984e35

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
@@ -3,6 +3,7 @@ project(whiskers_demo_opengl)
33

44
set(CMAKE_CXX_STANDARD 17)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)
6+
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
67

78
# SDL2
89
find_package(SDL2 REQUIRED)

0 commit comments

Comments
 (0)