diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-07-09 00:07:24 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-07-09 00:07:24 +0800 |
commit | e44ccd4f19146c3313ecc67f813547a8c37b5c0f (patch) | |
tree | 1a82e17a871fb360d4fc4a5ed0725e25f8baddff /indra/newview/ViewerInstall.cmake | |
parent | df882b8a1a84089f4415a0dce329b2feef96081b (diff) |
NDOF can be enabled for Space Navigator support
Diffstat (limited to 'indra/newview/ViewerInstall.cmake')
-rw-r--r-- | indra/newview/ViewerInstall.cmake | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/ViewerInstall.cmake b/indra/newview/ViewerInstall.cmake index b6f5569061..b6e670d09b 100644 --- a/indra/newview/ViewerInstall.cmake +++ b/indra/newview/ViewerInstall.cmake @@ -59,6 +59,13 @@ if (DARWIN) DESTINATION Resources/SLPlugin.app/Contents/Frameworks ) + if (NDOF) + install(FILES + "${AUTOBUILD_INSTALL_DIR}/lib/release/libndofdev.dylib" + DESTINATION Resources + ) + endif () + configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/FixBundle.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/FixBundle.cmake |