Files
strawberry/Formula/sparkle-framework
David Helkowski a69024c0be Add optional dependencies to Brewfile and improve CMake configuration
This commit updates the Brewfile to include additional optional dependencies such as Vulkan headers, RapidJSON, and various libraries for enhanced functionality. It also modifies CMake files to make the handling of optional components more user-friendly, allowing missing dependencies to disable features without causing build failures on macOS. Additionally, it refines the search paths for the Sparkle framework and adjusts the linking of the discord-rpc library based on the availability of RapidJSON.
2026-01-22 14:19:33 +09:00
..

sparkle-framework (local Homebrew formula)

Installs the upstream Sparkle.framework into:

  • $(brew --prefix sparkle-framework)/Frameworks/Sparkle.framework

This is used to enable Strawberrys optional Sparkle integration on macOS (find_library(SPARKLE Sparkle) in the main CMakeLists.txt).