option(ENABLE_WHATSNEW "Enable WhatsNew dialog" ON) if(ENABLE_WHATSNEW AND TARGET OBS::browser-panels) if(OS_MACOS) include(cmake/feature-macos-update.cmake) elseif(OS_LINUX) find_package(MbedTLS REQUIRED) target_link_libraries(obs-studio PRIVATE MbedTLS::MbedTLS OBS::blake2) target_sources( obs-studio PRIVATE update/crypto-helpers.hpp update/crypto-helpers-mbedtls.cpp update/shared-update.cpp update/shared-update.hpp update/update-helpers.cpp update/update-helpers.hpp) endif() target_enable_feature(obs-studio "What's New panel" WHATSNEW_ENABLED) endif()