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 'tests/gtests/alembic/CMakeLists.txt')
-rw-r--r--tests/gtests/alembic/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/gtests/alembic/CMakeLists.txt b/tests/gtests/alembic/CMakeLists.txt
index 1511024ee51..bf1577ff33a 100644
--- a/tests/gtests/alembic/CMakeLists.txt
+++ b/tests/gtests/alembic/CMakeLists.txt
@@ -16,9 +16,6 @@
#
# The Original Code is Copyright (C) 2014, Blender Foundation
# All rights reserved.
-#
-# Contributor(s): Sybren A. Stüvel
-#
# ***** END GPL LICENSE BLOCK *****
set(INC
@@ -28,6 +25,7 @@ set(INC
../../../source/blender/blenkernel
../../../source/blender/alembic
../../../source/blender/makesdna
+ ../../../source/blender/depsgraph
${ALEMBIC_INCLUDE_DIRS}
${BOOST_INCLUDE_DIR}
${HDF5_INCLUDE_DIRS}