Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/io/usd/CMakeLists.txt')
-rw-r--r--source/blender/io/usd/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/io/usd/CMakeLists.txt b/source/blender/io/usd/CMakeLists.txt
index 7a7c95b29f9..1205ae74e6f 100644
--- a/source/blender/io/usd/CMakeLists.txt
+++ b/source/blender/io/usd/CMakeLists.txt
@@ -43,6 +43,7 @@ set(INC
../../bmesh
../../depsgraph
../../editors/include
+ ../../imbuf
../../makesdna
../../makesrna
../../windowmanager
@@ -114,6 +115,7 @@ set(SRC
set(LIB
bf_blenkernel
bf_blenlib
+ bf_imbuf
bf_io_common
)