1
0
Fork 0

fix: symlink to compile_commands.json

mandlm 2023-10-22 21:48:05 +02:00
parent 03756b0429
commit 7a2400ec62
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/.build /.build
/.cache /.cache
/bin /bin
compile_commands.json

View File

@ -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