From 3ee606621cf53a2a4897e534e7e04d3632f419f8 Mon Sep 17 00:00:00 2001 From: Lukas Stockner Date: Thu, 14 Jun 2018 17:48:19 +0200 Subject: Cycles: Query XYZ to/from Scene Linear conversion from OCIO instead of assuming sRGB I've limited it to just the RGB<->XYZ stuff for now, correct image handling is the next step. Reviewers: brecht, sergey Differential Revision: https://developer.blender.org/D3478 --- intern/cycles/test/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'intern/cycles/test') diff --git a/intern/cycles/test/CMakeLists.txt b/intern/cycles/test/CMakeLists.txt index f3e49dc0c4e..46c525eb3bb 100644 --- a/intern/cycles/test/CMakeLists.txt +++ b/intern/cycles/test/CMakeLists.txt @@ -42,6 +42,11 @@ if(WITH_CYCLES_OSL) ${LLVM_LIBRARIES} ) endif() +if(WITH_OPENCOLORIO) + list(APPEND ALL_CYCLES_LIBRARIES + ${OPENCOLORIO_LIBRARIES} + ) +endif() if(WITH_IMAGE_OPENJPEG) if(WITH_SYSTEM_OPENJPEG) list(APPEND ALL_CYCLES_LIBRARIES ${OPENJPEG_LIBRARIES}) -- cgit v1.2.3