diff options
Diffstat (limited to '.ci/macos/Brewfile')
-rw-r--r-- | .ci/macos/Brewfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.ci/macos/Brewfile b/.ci/macos/Brewfile new file mode 100644 index 00000000..c32360ee --- /dev/null +++ b/.ci/macos/Brewfile @@ -0,0 +1,9 @@ +tap "nlohmann/json" + +brew "clang-format" +brew "cmake" +brew "ninja" +brew "openssl" +brew "qt5" +brew "python3" +brew "nlohmann_json" \ No newline at end of file |