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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2021-05-28 22:32:12 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-05-29 18:22:58 +0300
commit30f7acfffa427f6de42aefbf829a408cb3411b19 (patch)
tree45025d767d1c3f0bdb3a192d27b47803fcf227f2 /source/creator/CMakeLists.txt
parent115547991a1129554eae99462df6386eafb2bd8c (diff)
Docs: Add relevant OCIO envvars to Blender's help message
Diffstat (limited to 'source/creator/CMakeLists.txt')
-rw-r--r--source/creator/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 6a768106d9e..92cc4ae297a 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -119,6 +119,10 @@ if(WITH_GMP)
add_definitions(-DWITH_GMP)
endif()
+if(WITH_OPENCOLORIO)
+ add_definitions(-DWITH_OCIO)
+endif()
+
# Setup the exe sources and buildinfo
set(SRC
creator.c