Skip to content

Commit

Permalink
add export compile commands to linux guide
Browse files Browse the repository at this point in the history
  • Loading branch information
dankmeme01 committed Nov 13, 2024
1 parent ffd8e53 commit 5913e66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion getting-started/ide-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ The setup is very similar to [VSCode on Mac](#vscode-on-mac), so you can follow
"toolchainFile": "${userHome}/.local/share/Geode/cross-tools/clang-msvc-sdk/clang-msvc.cmake",
"cmakeSettings": {
"HOST_ARCH": "x86_64",
"SPLAT_DIR": "${userHome}/.local/share/Geode/cross-tools/splat"
"SPLAT_DIR": "${userHome}/.local/share/Geode/cross-tools/splat",
"CMAKE_EXPORT_COMPILE_COMMANDS": 1
}
}
```
Expand Down

0 comments on commit 5913e66

Please sign in to comment.