Commit: 679a4c34fcabdbcece7160710fa6e1f0ab5584ce
Author: Julian Eisel
Date:   Sun Jul 21 03:18:02 2019 +0200
Branches: soc-2019-openxr
https://developer.blender.org/rB679a4c34fcabdbcece7160710fa6e1f0ab5584ce

Fix compile error with bundled OpenXR sources

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

M       intern/ghost/CMakeLists.txt

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

diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index cc3cb3de7ca..9227e91b4f7 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -378,6 +378,7 @@ if(WITH_OPENXR)
     endif()
 
     list(APPEND LIB ${OPENXR_LOADER_NAME})
+    list(APPEND INC ../../extern/openxr/include)
   endif()
 
   add_definitions(-DWITH_OPENXR)

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to