Commit: db68e2d4d3cc466198ec2f03fa0d03a6016d45f4
Author: Brecht Van Lommel
Date:   Mon Dec 12 16:52:45 2022 +0100
Branches: master
https://developer.blender.org/rBdb68e2d4d3cc466198ec2f03fa0d03a6016d45f4

Build: install shaderc and vulkan libraries for Linux and macOS

===================================================================

M       build_files/build_environment/cmake/harvest.cmake

===================================================================

diff --git a/build_files/build_environment/cmake/harvest.cmake 
b/build_files/build_environment/cmake/harvest.cmake
index 10d0c414303..2660d55d899 100644
--- a/build_files/build_environment/cmake/harvest.cmake
+++ b/build_files/build_environment/cmake/harvest.cmake
@@ -268,6 +268,10 @@ harvest(haru/include haru/include "*.h")
 harvest(haru/lib haru/lib "*.a")
 harvest(zstd/include zstd/include "*.h")
 harvest(zstd/lib zstd/lib "*.a")
+harvest(shaderc shaderc "*")
+harvest(vulkan_headers vulkan "*")
+harvest_rpath_lib(vulkan_loader/lib vulkan/lib "*${SHAREDLIBEXT}*")
+harvest(vulkan_loader/loader vulkan/loader "*")
 
 if(UNIX AND NOT APPLE)
   harvest(libglu/lib mesa/lib "*${SHAREDLIBEXT}*")

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to