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 'source/blender/imbuf/intern/openexr/CMakeLists.txt')
-rw-r--r--source/blender/imbuf/intern/openexr/CMakeLists.txt30
1 files changed, 15 insertions, 15 deletions
diff --git a/source/blender/imbuf/intern/openexr/CMakeLists.txt b/source/blender/imbuf/intern/openexr/CMakeLists.txt
index c9ede9ff07f..fc584ace81e 100644
--- a/source/blender/imbuf/intern/openexr/CMakeLists.txt
+++ b/source/blender/imbuf/intern/openexr/CMakeLists.txt
@@ -19,14 +19,14 @@
# ***** END GPL LICENSE BLOCK *****
set(INC
- .
- ..
- ../..
- ../../../blenkernel
- ../../../blenlib
- ../../../makesdna
- ../../../../../intern/guardedalloc
- ../../../../../intern/utfconv
+ .
+ ..
+ ../..
+ ../../../blenkernel
+ ../../../blenlib
+ ../../../makesdna
+ ../../../../../intern/guardedalloc
+ ../../../../../intern/utfconv
)
set(INC_SYS
@@ -34,20 +34,20 @@ set(INC_SYS
)
set(SRC
- openexr_api.h
- openexr_multi.h
+ openexr_api.h
+ openexr_multi.h
- openexr_api.cpp
+ openexr_api.cpp
)
set(LIB
)
if(WITH_IMAGE_OPENEXR)
- list(APPEND INC_SYS
- ${OPENEXR_INCLUDE_DIRS}
- )
- add_definitions(-DWITH_OPENEXR)
+ list(APPEND INC_SYS
+ ${OPENEXR_INCLUDE_DIRS}
+ )
+ add_definitions(-DWITH_OPENEXR)
endif()
blender_add_lib(bf_imbuf_openexr "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")