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:
authorLukas Toenne <lukas.toenne@googlemail.com>2012-03-01 15:19:41 +0400
committerLukas Toenne <lukas.toenne@googlemail.com>2012-03-01 15:19:41 +0400
commit171d6bf509a7aa1eeb423bf66ec0dec0a5dfcc29 (patch)
treef8b12254e1e3267da80379a12b31e83d8b8ef36b /source/blender/imbuf/CMakeLists.txt
parent537605f0d4d23738df33ffba81605d3a5bd74ad1 (diff)
Fix for Multilayer EXR API. This was using implementation stubs directly in the header file, causing problems with scons in particular.
Diffstat (limited to 'source/blender/imbuf/CMakeLists.txt')
-rw-r--r--source/blender/imbuf/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/imbuf/CMakeLists.txt b/source/blender/imbuf/CMakeLists.txt
index 4c8a79e6372..649b7cb1c11 100644
--- a/source/blender/imbuf/CMakeLists.txt
+++ b/source/blender/imbuf/CMakeLists.txt
@@ -104,6 +104,10 @@ set(SRC
if(WITH_IMAGE_OPENEXR)
add_definitions(-DWITH_OPENEXR)
+else()
+ list(APPEND SRC
+ intern/openexr/openexr_stub.cpp
+ )
endif()
if(WITH_IMAGE_TIFF)