Compare commits
1 Commits
22df1139aa
...
ea6777f7ea
Author | SHA1 | Date | |
---|---|---|---|
ea6777f7ea |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
/.build
|
||||
/.cache
|
||||
/bin
|
||||
compile_commands.json
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
cmake -S . -B .build -G Ninja -D CMAKE_EXPORT_COMPILE_COMMANDS=ON
|
||||
ln -s .build/compile_commands.json
|
||||
|
Reference in New Issue
Block a user