From 811669c14e7b46a8e1fd00aa05855ba2cf3ab9c4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 14 Sep 2013 12:04:10 +0000 Subject: minor style clanup and use more meaningful name for 3DCONNEXION source code. --- intern/ghost/CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'intern/ghost') diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt index be0d2ca8209..3873bae1eea 100644 --- a/intern/ghost/CMakeLists.txt +++ b/intern/ghost/CMakeLists.txt @@ -191,7 +191,7 @@ elseif(APPLE) intern/GHOST_NDOFManagerCocoa.mm intern/GHOST_NDOFManagerCocoa.h ) - list(APPEND SRC2 + list(APPEND SRC_NDOF3DCONNEXION intern/GHOST_NDOFManager3Dconnexion.c intern/GHOST_NDOFManager3Dconnexion.h ) @@ -323,6 +323,7 @@ add_definitions(-DGLEW_STATIC) blender_add_lib(bf_intern_ghost "${SRC}" "${INC}" "${INC_SYS}") -if(WITH_INPUT_NDOF AND WITH_COCOA) # workaround for apple clang mangling extern "C" symbols - blender_add_lib(bf_intern_ghostndof3dconnexion "${SRC2}" "${INC}" "${INC_SYS}") +# workaround for apple clang mangling extern "C" symbols +if(WITH_INPUT_NDOF AND WITH_COCOA) + blender_add_lib(bf_intern_ghostndof3dconnexion "${SRC_NDOF3DCONNEXION}" "${INC}" "${INC_SYS}") endif() -- cgit v1.2.3