4 lines
102 B
Plaintext
4 lines
102 B
Plaintext
|
#!/bin/bash
|
||
|
ofCmakeConfig
|
||
|
rm -r build && mkdir build
|
||
|
cmake -Bbuild -DCMAKE_EXPORT_COMPILE_COMMANDS=1 .
|