overte-JulianGro/cmake
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
..
android make correct version of bullet for windows 2015-02-23 12:50:53 -08:00
externals Cleanup plugin interface, break up oculus plugins 2015-08-21 00:29:25 -07:00
macros use -fsanitize=address in all code rather than just the top-level links 2015-08-20 10:14:16 -07:00
modules Update Find3DConnexionClient.cmake 2015-08-22 22:48:51 +02:00
templates rename add paths macro for fixup_bundle 2015-02-23 13:24:21 -08:00