Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-08-02 10:32:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-08-02 10:32:53 +0400
commitbaa37b1b464d8f05bf5d788ec66ae46bdc675a0f (patch)
tree1f09ce338d00ec5fb2bab272b9264229348b436b /intern/ghost/CMakeLists.txt
parentfcd7d2b486f2435907423188ffdfe2840c966b0b (diff)
more cmake/x11 edits
- added includes for spnav - added FindSpacenav.cmake which allows using spacenav from a nonstandard path. - remove NDOF_LIBPATH, use a full library path instead.
Diffstat (limited to 'intern/ghost/CMakeLists.txt')
-rw-r--r--intern/ghost/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index 86829c892ed..2180ddbe567 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -99,6 +99,9 @@ endif()
if(WITH_INPUT_NDOF)
add_definitions(-DWITH_INPUT_NDOF)
+ list(APPEND INC_SYS
+ ${NDOF_INCLUDE_DIRS}
+ )
endif()
if(WITH_HEADLESS OR WITH_GHOST_SDL)