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/oiio/CMakeLists.txt')
-rw-r--r--source/blender/imbuf/intern/oiio/CMakeLists.txt40
1 files changed, 20 insertions, 20 deletions
diff --git a/source/blender/imbuf/intern/oiio/CMakeLists.txt b/source/blender/imbuf/intern/oiio/CMakeLists.txt
index 3311d3fd9b4..984e62bc75a 100644
--- a/source/blender/imbuf/intern/oiio/CMakeLists.txt
+++ b/source/blender/imbuf/intern/oiio/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,25 +34,25 @@ set(INC_SYS
)
set(SRC
- openimageio_api.h
+ openimageio_api.h
- openimageio_api.cpp
+ openimageio_api.cpp
)
set(LIB
)
if(WITH_OPENIMAGEIO)
- list(APPEND INC_SYS
- ${OPENIMAGEIO_INCLUDE_DIRS}
- ${BOOST_INCLUDE_DIR}
- )
- if(WITH_IMAGE_OPENEXR)
- list(APPEND INC_SYS
- ${OPENEXR_INCLUDE_DIRS}
- )
- endif()
- add_definitions(-DWITH_OPENIMAGEIO)
+ list(APPEND INC_SYS
+ ${OPENIMAGEIO_INCLUDE_DIRS}
+ ${BOOST_INCLUDE_DIR}
+ )
+ if(WITH_IMAGE_OPENEXR)
+ list(APPEND INC_SYS
+ ${OPENEXR_INCLUDE_DIRS}
+ )
+ endif()
+ add_definitions(-DWITH_OPENIMAGEIO)
endif()
blender_add_lib(bf_imbuf_openimageio "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")