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:
authorCampbell Barton <ideasman42@gmail.com>2011-07-17 03:01:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-07-17 03:01:14 +0400
commit410c5e3cd284eba6b17c79042b161eaa9efe6e71 (patch)
tree840692bfd9cb16fbb39264fe5a39b86365f16ba8 /source/blender/imbuf/intern/openexr/CMakeLists.txt
parentd54a014963dd3a90972e0bf9d83df76aef08bb25 (diff)
cmake source definitions:
remove missing includes and use more strict formatting.
Diffstat (limited to 'source/blender/imbuf/intern/openexr/CMakeLists.txt')
-rw-r--r--source/blender/imbuf/intern/openexr/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/imbuf/intern/openexr/CMakeLists.txt b/source/blender/imbuf/intern/openexr/CMakeLists.txt
index 9ca4dff5bc8..ca638b8356e 100644
--- a/source/blender/imbuf/intern/openexr/CMakeLists.txt
+++ b/source/blender/imbuf/intern/openexr/CMakeLists.txt
@@ -30,7 +30,6 @@ set(INC
../..
../../../blenkernel
../../../blenlib
- intern/include
../../../../../intern/guardedalloc
../../../makesdna
)
@@ -44,7 +43,9 @@ set(SRC
)
if(WITH_IMAGE_OPENEXR)
- list(APPEND INC_SYS ${OPENEXR_INCLUDE_DIRS})
+ list(APPEND INC_SYS
+ ${OPENEXR_INCLUDE_DIRS}
+ )
add_definitions(-DWITH_OPENEXR)
endif()