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:
authorRay Molenkamp <github@lazydodo.com>2019-04-03 15:57:16 +0300
committerRay Molenkamp <github@lazydodo.com>2019-04-03 15:57:16 +0300
commite2d5ccf5983732fb6aacbef8aa1f06a33dec7ea6 (patch)
treefcc4e1d89dc3fe4f91e25f4366c6cdd968555b1a /build_files/build_environment/cmake/harvest.cmake
parentba2a81bcf18236cd79a996a8cc31429ffbc4b566 (diff)
deps_builder : copy llvm headers to lib folder.
Were not needed previously, but the functions branch needs them.
Diffstat (limited to 'build_files/build_environment/cmake/harvest.cmake')
-rw-r--r--build_files/build_environment/cmake/harvest.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_files/build_environment/cmake/harvest.cmake b/build_files/build_environment/cmake/harvest.cmake
index a281eb900e3..702bac97d2f 100644
--- a/build_files/build_environment/cmake/harvest.cmake
+++ b/build_files/build_environment/cmake/harvest.cmake
@@ -129,6 +129,8 @@ harvest(jpg/include jpeg/include "*.h")
harvest(jpg/lib jpeg/lib "libjpeg.a")
harvest(lame/lib ffmpeg/lib "*.a")
harvest(clang/bin llvm/bin "clang-format")
+harvest(clang/include llvm/include "*.h")
+harvest(llvm/include llvm/include "*.h")
harvest(llvm/bin llvm/bin "llvm-config")
harvest(llvm/lib llvm/lib "libLLVM*.a")
if(APPLE)