From baa37b1b464d8f05bf5d788ec66ae46bdc675a0f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 2 Aug 2011 06:32:53 +0000 Subject: 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. --- intern/ghost/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'intern/ghost/CMakeLists.txt') 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) -- cgit v1.2.3