From 26b1216629c8a7f6201333514b8fdbf43e10b385 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 9 Oct 2019 13:07:40 +0200 Subject: CMake: Move software-gl to generic install procedure Removes custom logic from buildbot's packing step. This also removes icons/ folder, but CMake was already copying the icons to the root of the install folder. --- source/creator/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'source/creator/CMakeLists.txt') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 52d930143da..4da1d61a4f1 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -513,6 +513,16 @@ if(UNIX AND NOT APPLE) DESTINATION "." ) + if(EXISTS ${LIBDIR}/mesa) + install(DIRECTORY ${LIBDIR}/mesa/lib DESTINATION ".") + + install( + PROGRAMS + ${CMAKE_SOURCE_DIR}/release/bin/blender-softwaregl + DESTINATION "." + ) + endif() + set(BLENDER_TEXT_FILES_DESTINATION ".") else() # main blender binary -- cgit v1.2.3