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