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-05-13 08:53:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-13 08:53:20 +0400
commit91bddf2b13c61644d60ce909123068609769fbf0 (patch)
tree2fd6ae31c0dca8ee8f8ffb22967829bf67391696 /source/blender/imbuf/CMakeLists.txt
parentb73fe01295636aea92bf3076874b5e3cbcba9057 (diff)
remove imbuf crect and profile_filename when building without LCMS
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 6404ae3de75..24f04098d0c 100644
--- a/source/blender/imbuf/CMakeLists.txt
+++ b/source/blender/imbuf/CMakeLists.txt
@@ -146,4 +146,8 @@ if(WITH_IMAGE_HDR)
add_definitions(-DWITH_HDR)
endif()
+if(WITH_LCMS)
+ add_definitions(-DWITH_LCMS)
+endif()
+
blender_add_lib(bf_imbuf "${SRC}" "${INC}")