4 lines
84 B
Bash
4 lines
84 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
cmake -S . -B build -G Ninja -D CMAKE_EXPORT_COMPILE_COMMANDS=ON
|