From 9744c8ca587c76d53dbef4c637b48253c11e4f61 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 17 Sep 2015 14:29:56 +0500 Subject: CMake: Another attempt to solve compilation error on Windows --- extern/libredcode/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extern/libredcode') diff --git a/extern/libredcode/CMakeLists.txt b/extern/libredcode/CMakeLists.txt index c9d2bfc8fd6..c75523741ea 100644 --- a/extern/libredcode/CMakeLists.txt +++ b/extern/libredcode/CMakeLists.txt @@ -41,4 +41,6 @@ set(SRC format.h ) +add_definitions(${OPENJPEG_DEFINES}) + blender_add_lib(extern_redcode "${SRC}" "${INC}" "${INC_SYS}") -- cgit v1.2.3