From e2d5ccf5983732fb6aacbef8aa1f06a33dec7ea6 Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Wed, 3 Apr 2019 06:57:16 -0600 Subject: [PATCH] deps_builder : copy llvm headers to lib folder. Were not needed previously, but the functions branch needs them. --- build_files/build_environment/cmake/harvest.cmake | 2 ++ 1 file changed, 2 insertions(+) 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)