Skip to content

Instantly share code, notes, and snippets.

@MetGang
Created October 13, 2024 18:47
Show Gist options
  • Save MetGang/26ec0d4625aa59a6a63a5da7587c97c1 to your computer and use it in GitHub Desktop.
Save MetGang/26ec0d4625aa59a6a63a5da7587c97c1 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
cmake -S . -B build -G "Unix Makefiles" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON "$@" && ln -frs build/compile_commands.json .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment