projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5783283
)
OSX/cmake: fix ndof compile
author
Jens Verwiebe <info@jensverwiebe.de>
Wed, 12 Dec 2012 18:31:19 +0000
(18:31 +0000)
committer
Jens Verwiebe <info@jensverwiebe.de>
Wed, 12 Dec 2012 18:31:19 +0000
(18:31 +0000)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 3e1c8fec02a6e2cd322e42c73a5e3008e919887c..7433d7259ace65cb55f9c37b550e3801ec9e91dc 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-1521,7
+1521,8
@@
elseif(APPLE)
endif()
if(WITH_INPUT_NDOF)
endif()
if(WITH_INPUT_NDOF)
- set(PLATFORM_LINKFLAGS "${PLATFORM_LINKFLAGS} -weak_framework 3DconnexionClient")
+ set(PLATFORM_LINKFLAGS "${PLATFORM_LINKFLAGS} -F/Library/Frameworks -weak_framework 3DconnexionClient")
+ set(NDOF_INCLUDE_DIRS /Library/Frameworks/3DconnexionClient.framework )
endif()
endif()
endif()
endif()