Skip to content

Commit

Permalink
Add mixin for Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Jan 8, 2024
1 parent 5d51dff commit f0a7192
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clang.mixin
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
build:
clang:
cmake-args:
- "-DCMAKE_C_COMPILER=clang"
- "-DCMAKE_CXX_COMPILER=clang++"
1 change: 1 addition & 0 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ mixin:
- build-testing.mixin
- build-type.mixin
- ccache.mixin
- clang.mixin
- clang-libcxx.mixin
- compile-commands.mixin
- coverage.mixin
Expand Down

0 comments on commit f0a7192

Please sign in to comment.