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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-01-26 17:54:13 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-01-26 17:54:13 +0300
commit94d88df3a8954f8c9c3be3c6a4ea9dce0dceb849 (patch)
tree1b9751fb6b665de1203f079d5d2bafabd44eb007 /source/creator/CMakeLists.txt
parent115e1d441b5d005bb3c53a134d1ad2683ffb9735 (diff)
parentb7a9e980a11a085a3bc7ef8e267b967197f47447 (diff)
Merge branch 'blender2.7'
Diffstat (limited to 'source/creator/CMakeLists.txt')
-rw-r--r--source/creator/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index c5bd0f8d88b..0e8091944bc 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -908,6 +908,13 @@ elseif(APPLE)
blender.app/Contents/
)
+ if(WITH_OPENMP AND OPENMP_CUSTOM)
+ install(
+ FILES ${LIBDIR}/openmp/lib/libomp.dylib
+ DESTINATION blender.app/Contents/Resources/lib
+ )
+ endif()
+
if(WITH_LLVM AND NOT LLVM_STATIC)
install(
FILES ${LIBDIR}/llvm/lib/libLLVM-3.4.dylib