This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
CppPatterns/scripts/bootstrap.sh

5 lines
136 B
Bash
Executable File

#!/usr/bin/env sh
cmake -S . -B .build -G Ninja -D CMAKE_EXPORT_COMPILE_COMMANDS=ON
ln --symbolic --force .build/compile_commands.json