Files
Descent3/Brewfile
Louis Gombert e6cd084bc0 Brewfile: add missing 'pkg-config' dependency
VCPKG will not install deps if missing
2025-03-16 22:23:16 +01:00

5 lines
86 B
Ruby

# Homebrew dependencies to build Descent3
brew "cmake"
brew "ninja"
brew "pkg-config"