summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@gmail.com>2022-04-06 20:26:37 +0200
committerNicky <nicky.dasmijn@gmail.com>2022-04-06 23:32:55 +0200
commitf6a5b2496dae96e6e0af4ae073433c7e8f413536 (patch)
tree052272ff40c358eb71ad5a44aeb867f215e77bb5 /indra/newview
parent5f7c74fa2e796c04915b6da5e7db013a94c00e2d (diff)
Create and use bugsplat target
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/CMakeLists.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index eccc082454..1253c0971c 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1688,7 +1688,6 @@ endif (OPENAL)
if (FMODSTUDIO)
set(LLSTARTUP_COMPILE_FLAGS "${LLSTARTUP_COMPILE_FLAGS} -DLL_FMODSTUDIO")
- set(FMODWRAPPER_LIBRARY ${FMODSTUDIO_LIBRARY})
endif (FMODSTUDIO)
set_source_files_properties(llstartup.cpp PROPERTIES COMPILE_FLAGS "${LLSTARTUP_COMPILE_FLAGS}")
@@ -1988,6 +1987,7 @@ target_link_libraries(${VIEWER_BINARY_NAME}
llappearance
${LLPHYSICS_LIBRARIES}
${LLPHYSICSEXTENSIONS_LIBRARIES}
+ bugsplat::bugsplat
)
if( TARGET nvapi::nvapi )
@@ -1996,9 +1996,7 @@ endif()
if (USE_BUGSPLAT)
- target_link_libraries(${VIEWER_BINARY_NAME}
- ${BUGSPLAT_LIBRARIES}
- )
+
endif (USE_BUGSPLAT)
set(ARTWORK_DIR ${CMAKE_CURRENT_SOURCE_DIR} CACHE PATH