5 lines
120 B
Bash
Executable File
5 lines
120 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
cmake -S . -B .build -G Ninja -D CMAKE_EXPORT_COMPILE_COMMANDS=ON
|
|
ln -s .build/compile_commands.json
|