Commit: 47048ea3321186a68f3b5482c7e0c13dcac83d89
Author: Jens Verwiebe
Date:   Wed Jun 8 18:01:00 2016 +0200
Branches: alembic_basic_io
https://developer.blender.org/rB47048ea3321186a68f3b5482c7e0c13dcac83d89

Fix missing include in cmake after adding mem_guardalloc

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

M       source/blender/editors/io/CMakeLists.txt

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

diff --git a/source/blender/editors/io/CMakeLists.txt 
b/source/blender/editors/io/CMakeLists.txt
index 055f3e3..dfe344c 100644
--- a/source/blender/editors/io/CMakeLists.txt
+++ b/source/blender/editors/io/CMakeLists.txt
@@ -29,6 +29,7 @@ set(INC
        ../../windowmanager
        ../../collada
        ../../alembic
+       ../../../../intern/guardedalloc
 )
 
 set(INC_SYS

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to