Add Brewfile

A `Brewfile` in the project will let developers run `brew bundle` to install required dependencies automatically.
This commit is contained in:
Jeff Kelley
2020-03-29 12:54:37 -04:00
committed by GitHub
parent ee3e694527
commit ea7eb0f6c7

2
Brewfile Normal file
View File

@@ -0,0 +1,2 @@
brew "cmake"
brew "ninja"