OSX: Compilefix for ndof symbols get magled when used extern C, now use discrete c files embedded, patch by Jake Kauth

This commit is contained in:
Jens Verwiebe
2013-09-13 15:18:17 +00:00
parent e59bc04aa7
commit 3596ab932c
9 changed files with 176 additions and 36 deletions

View File

@@ -992,6 +992,10 @@ endif()
list(APPEND BLENDER_SORTED_LIBS bf_quicktime)
endif()
if(WITH_INPUT_NDOF)
list(APPEND BLENDER_SORTED_LIBS bf_intern_ghostndof3dconnexion)
endif()
if(WITH_MOD_BOOLEAN)
list(APPEND BLENDER_SORTED_LIBS extern_carve)
endif()