-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: #5 update cmake/common to latest
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule common
updated
16 files
+2 −2 | .cmake-format.yaml | |
+29 −0 | CheckAtomic.cmake | |
+1 −0 | ClangFormat.cmake | |
+62 −15 | ClangTidy.cmake | |
+8 −0 | CompileOptions.cmake | |
+21 −0 | FindAlbatross.cmake | |
+1 −1 | FindOptional.cmake | |
+24 −0 | FindOrion-Engine.cmake | |
+5 −2 | FindOrion-Proto.cmake | |
+21 −0 | FindSip.cmake | |
+22 −0 | FindStarlingCore.cmake | |
+14 −4 | ListTargets.cmake | |
+94 −0 | SanitizeTargets.cmake | |
+215 −0 | Sonarcloud.cmake | |
+58 −3 | SwiftTargets.cmake | |
+29 −5 | TestTargets.cmake |