1
0
Fork 0
modern_cpp_tutorial/bootstrap.sh

5 lines
120 B
Bash
Raw Normal View History

#!/usr/bin/env sh
2023-10-22 10:58:19 +00:00
cmake -S . -B .build -G Ninja -D CMAKE_EXPORT_COMPILE_COMMANDS=ON
2023-10-22 19:48:05 +00:00
ln -s .build/compile_commands.json