[Bf-blender-cvs] [812c4f45f5c] soc-2019-openxr: Merge branch 'temp-openxr-ghostxr' into temp-openxr-blenderside

Julian Eisel noreply at git.blender.org
Thu Mar 5 12:47:00 CET 2020


Commit: 812c4f45f5c5d24f0669da06106736383f592169
Author: Julian Eisel
Date:   Thu Mar 5 12:32:54 2020 +0100
Branches: soc-2019-openxr
https://developer.blender.org/rB812c4f45f5c5d24f0669da06106736383f592169

Merge branch 'temp-openxr-ghostxr' into temp-openxr-blenderside

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



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

diff --cc intern/ghost/CMakeLists.txt
index 55e74da8b62,8bd46cb4f64..e5e914081fc
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@@ -373,11 -373,8 +373,11 @@@ if(WITH_XR_OPENXR
      intern/GHOST_XrSession.h
    )
    list(APPEND INC_SYS
-     ${OPENXR_SDK_INCLUDE_DIR}
+     ${XR_OPENXR_SDK_INCLUDE_DIR}
    )
 +  list(APPEND LIB
 +    ${OPENXR_SDK_LIBRARIES}
 +  )
  
    set(XR_PLATFORM_DEFINES -DXR_USE_GRAPHICS_API_OPENGL)



More information about the Bf-blender-cvs mailing list