[Bf-blender-cvs] [26ecc04a7ca] tmp_libupdate_34: Fix build error missing usd.h

Brecht Van Lommel noreply at git.blender.org
Tue Aug 16 20:47:27 CEST 2022


Commit: 26ecc04a7cafb3c53ee1009d161d81c29a713e79
Author: Brecht Van Lommel
Date:   Tue Aug 16 01:15:36 2022 +0200
Branches: tmp_libupdate_34
https://developer.blender.org/rB26ecc04a7cafb3c53ee1009d161d81c29a713e79

Fix build error missing usd.h

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

M	source/creator/CMakeLists.txt

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

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 8324d651efb..af856e72558 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -12,6 +12,7 @@ blender_include_dirs(
   ../blender/editors/include
   ../blender/gpu
   ../blender/imbuf
+  ../blender/io/usd
   ../blender/makesdna
   ../blender/makesrna
   ../blender/render



More information about the Bf-blender-cvs mailing list