[Bf-blender-cvs] [679a4c34fca] soc-2019-openxr: Fix compile error with bundled OpenXR sources

Julian Eisel noreply at git.blender.org
Sun Jul 21 03:21:32 CEST 2019


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)



More information about the Bf-blender-cvs mailing list