Descent3/Brewfile
Azamat H. Hackimov 2af2728d74 Enable unittests on CI
Added additional dependency GTest for all platforms.
2024-04-26 10:19:41 +03:00

17 lines
252 B
Ruby

# Homebrew dependencies to build Descent3
# XQuartz required for OpenGL and glx.h (not included in Xcode)
tap "homebrew/cask"
cask "xquartz"
# SDL
brew "sdl12-compat"
brew "sdl2_image"
brew "cmake"
brew "googletest"
brew "ninja"
# zlib
brew "zlib"