Fix compile_commands generation for vim
This commit is contained in:
parent
8e16bc1e87
commit
dedb6857a3
2 changed files with 5 additions and 0 deletions
4
compile_commands_env.py
Normal file
4
compile_commands_env.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
import os
|
||||
Import("env")
|
||||
|
||||
env.Replace(COMPILATIONDB_PATH=os.path.join("$PROJECT_DIR", "compile_commands.json"))
|
Loading…
Add table
Add a link
Reference in a new issue