Question / Help How to config find_library(SPARKLE Sparkle)

pengxu

New Member
I want to use sparkle in my own obs building, so I set
option(ENABLE_SPARKLE_UPDATER "Enables updates via the Sparkle framework (don't forget to update the Info.plist for your .app)" ON)
but how should I config Sparkle so that find_library(SPARKLE Sparkle) can work correctly?
I downloaded sparkle from web, but where should I put it and should I config something?
 
Top