Commit: bc38898cf497774222f2f359bb00efc4585c1e30
Author: Julian Eisel
Date:   Fri Jan 24 11:24:34 2020 +0100
Branches: vr_scene_inspection
https://developer.blender.org/rBbc38898cf497774222f2f359bb00efc4585c1e30

Fix linking after recent build system changes in master

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

M       intern/ghost/CMakeLists.txt

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

diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index 48a2a99fd0d..55e74da8b62 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -375,6 +375,9 @@ if(WITH_OPENXR)
   list(APPEND INC_SYS
     ${OPENXR_SDK_INCLUDE_DIR}
   )
+  list(APPEND LIB
+    ${OPENXR_SDK_LIBRARIES}
+  )
 
   set(XR_PLATFORM_DEFINES -DXR_USE_GRAPHICS_API_OPENGL)

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to