[Bf-blender-cvs] [bc38898cf49] vr_scene_inspection: Fix linking after recent build system changes in master

Julian Eisel noreply at git.blender.org
Fri Jan 24 11:29:52 CET 2020


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)



More information about the Bf-blender-cvs mailing list