overte-HifiExperiments/cmake/modules
MarcelEdward 3ab63ba613 Update Find3DConnexionClient.cmake
The space navigator stopped working, this hopefully will fix it.

The framework is 3DconnexionClient.framework for osx, not sure why connexion named it that way. It is a library in /Library/Frameworks, the library name is in stone.

for apple, this works in cmake/modules/Find3DConnexionClient.cmake

find_library(3DConnexionClient 3DconnexionClient)

And for windows it has to find the I3dMouseParams.h file in interface/external/3dconnexionclient/includes.
So for windows the line in Find3DConnexionClient.cmake has to be:

hifi_library_search_hints("3dconnexionclient")
2015-08-22 22:48:51 +02:00
..
Find3DConnexionClient.cmake Update Find3DConnexionClient.cmake 2015-08-22 22:48:51 +02:00
FindATL.cmake
FindBoostConfig.cmake Working towards display plugins 2015-05-26 18:42:38 -07:00
FindBullet.cmake fix order for found result in bullet find module 2015-02-19 12:42:28 -08:00
FindFaceshift.cmake Working on 64 bit builds 2015-06-18 21:44:12 -07:00
FindGLEW.cmake repairs for build type of glew external 2015-08-05 14:30:36 -07:00
FindGLM.cmake set the GLM_INCLUDE_DIRS var in cache so find hits it 2015-02-13 14:50:12 -08:00
FindGverb.cmake fix casing in find modules for gverb and soxr 2015-02-20 15:36:59 -08:00
FindiViewHMD.cmake Add DLLs needed for Interface to run without iViewHMD installed 2015-08-04 13:15:26 -07:00
FindLeapMotion.cmake rename add paths macro for fixup_bundle 2015-02-23 13:24:21 -08:00
FindLibOVR.cmake Updating cmake config to build from pre-compiled Oculus SDK distribution 2015-03-09 14:46:43 -07:00
FindNSIGHT.cmake Working on 64 bit builds 2015-06-18 21:44:12 -07:00
FindOGLPLUS.cmake Working towards display plugins 2015-05-26 18:42:38 -07:00
FindOpenSSL.cmake rename add paths macro for fixup_bundle 2015-02-23 13:24:21 -08:00
FindOpenVR.cmake Rebasing onto scale changes 2015-05-08 15:09:46 -07:00
FindPolyVox.cmake build separate debug and release versions of polyvox library 2015-07-15 09:42:26 -07:00
FindQt5LinguistToolsMacros.cmake
FindRSSDK.cmake
FindRtMidi.cmake fix a typo in RtMidi find module 2015-01-22 14:06:53 -08:00
FindSDL2.cmake rename add paths macro for fixup_bundle 2015-02-23 13:24:21 -08:00
FindSixense.cmake Revert "Updating to the new version of the sixense library" 2015-08-19 09:44:51 -07:00
FindSoxr.cmake rename add paths macro for fixup_bundle 2015-02-23 13:24:21 -08:00
FindTBB.cmake Working on 64 bit builds 2015-06-18 21:44:12 -07:00
FindVHACD.cmake use debug/release for IDE handling of V-HACD 2015-04-15 14:38:24 -07:00
MacOSXBundleInfo.plist.in