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:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-10-28 16:54:18 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-10-28 16:54:18 +0400
commitecf2f556678ab5dab73a371262aadbf36a5095b3 (patch)
tree158ab9b6fef915752a8d8bde20a237dc02349999
parente667f12783c1ab04a1c1ffc224b03234015ceeb7 (diff)
Fix #37187: ghost/test/multitest fails to build
Commited patch provided by Lawrence D'Oliveiro, thanks.
-rw-r--r--intern/ghost/test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/ghost/test/CMakeLists.txt b/intern/ghost/test/CMakeLists.txt
index 455fff74a5c..84b6f663ff2 100644
--- a/intern/ghost/test/CMakeLists.txt
+++ b/intern/ghost/test/CMakeLists.txt
@@ -122,6 +122,7 @@ add_library(bli_lib
"../../../source/blender/blenlib/intern/listbase.c"
"../../../source/blender/blenlib/intern/math_color.c"
"../../../source/blender/blenlib/intern/storage.c"
+ "../../../source/blender/blenlib/intern/task.c"
"../../../source/blender/blenlib/intern/threads.c"
"../../../source/blender/blenlib/intern/time.c"
"../../../source/blender/blenlib/intern/path_util.c"