[Bf-blender-cvs] [5c04b4f] master: Fix T49196

lazydodo noreply at git.blender.org
Mon Aug 29 21:33:47 CEST 2016


Commit: 5c04b4fdfb0c914889ddcf2202712e39e08d8946
Author: lazydodo
Date:   Mon Aug 29 13:33:01 2016 -0600
Branches: master
https://developer.blender.org/rB5c04b4fdfb0c914889ddcf2202712e39e08d8946

Fix T49196

===================================================================

M	source/gameengine/GamePlayer/ghost/CMakeLists.txt

===================================================================

diff --git a/source/gameengine/GamePlayer/ghost/CMakeLists.txt b/source/gameengine/GamePlayer/ghost/CMakeLists.txt
index 6c09af3..577e25d 100644
--- a/source/gameengine/GamePlayer/ghost/CMakeLists.txt
+++ b/source/gameengine/GamePlayer/ghost/CMakeLists.txt
@@ -81,6 +81,10 @@ if(WIN32)
 	blender_include_dirs(../../../../intern/utfconv)
 endif()
 
+if(WITH_INPUT_NDOF)
+	add_definitions(-DWITH_INPUT_NDOF)
+endif(WITH_INPUT_NDOF)
+
 if(WITH_CODEC_FFMPEG)
 	add_definitions(-DWITH_FFMPEG)
 endif()




More information about the Bf-blender-cvs mailing list