diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-11-12 18:21:00 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-11-18 11:08:41 +0200 |
| commit | 3e7c67b5493d6dde2751c08e324db0c8d00a5a6a (patch) | |
| tree | 6ffb8159445eea4ae7aec23dabb4eb21e7e8ba7a /indra/cmake | |
| parent | c6101b38bd7702c9613986ef9eba1d556df050be (diff) | |
#4939 Bugsplat update
to version 1.2.6
Diffstat (limited to 'indra/cmake')
| -rw-r--r-- | indra/cmake/bugsplat.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/cmake/bugsplat.cmake b/indra/cmake/bugsplat.cmake index 509981d72c..d2a8fcca46 100644 --- a/indra/cmake/bugsplat.cmake +++ b/indra/cmake/bugsplat.cmake @@ -23,8 +23,14 @@ if (USE_BUGSPLAT) elseif (DARWIN) find_library(BUGSPLAT_LIBRARIES BugsplatMac REQUIRED NO_DEFAULT_PATH PATHS "${ARCH_PREBUILT_DIRS_RELEASE}") + find_library(CRASHREPORTED_LIBRARIES CrashReporter REQUIRED + NO_DEFAULT_PATH PATHS "${ARCH_PREBUILT_DIRS_RELEASE}") + find_library(HOCKEYSDK_LIBRARIES HockeySDK REQUIRED + NO_DEFAULT_PATH PATHS "${ARCH_PREBUILT_DIRS_RELEASE}") target_link_libraries( ll::bugsplat INTERFACE ${BUGSPLAT_LIBRARIES} + ${CRASHREPORTED_LIBRARIES} + ${HOCKEYSDK_LIBRARIES} ) else (WINDOWS) message(FATAL_ERROR "BugSplat is not supported; add -DUSE_BUGSPLAT=OFF") |
