fix: symlink to compile_commands.json
parent
03756b0429
commit
7a2400ec62
|
@ -1,3 +1,4 @@
|
||||||
/.build
|
/.build
|
||||||
/.cache
|
/.cache
|
||||||
/bin
|
/bin
|
||||||
|
compile_commands.json
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
cmake -S . -B .build -G Ninja -D CMAKE_EXPORT_COMPILE_COMMANDS=ON
|
cmake -S . -B .build -G Ninja -D CMAKE_EXPORT_COMPILE_COMMANDS=ON
|
||||||
|
ln -s .build/compile_commands.json
|
||||||
|
|
Loading…
Reference in New Issue