Adding dev-scripts (Without much content) .. this can later help setting up the projects on other pc's.

dev
Nigel Barink 2022-09-01 16:13:58 +02:00
parent c90e90bd84
commit 15443601a6
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/bash
cmake -DLLVM_ENABLE_PROJECTS="clang-tools-extra" -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles" ../llvm

View File

@ -0,0 +1,5 @@
#!/bin/bash
# Run clang-tidy