Created
October 13, 2024 18:47
-
-
Save MetGang/26ec0d4625aa59a6a63a5da7587c97c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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