Compare commits
1 Commits
22df1139aa
...
ea6777f7ea
Author | SHA1 | Date |
---|---|---|
mandlm | ea6777f7ea |
|
@ -1,4 +1,3 @@
|
||||||
/.build
|
/.build
|
||||||
/.cache
|
/.cache
|
||||||
/bin
|
/bin
|
||||||
compile_commands.json
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/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