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.
This commit is contained in:
Sergey Sharybin
2019-10-09 13:07:40 +02:00
parent e0231b14d5
commit 26b1216629
2 changed files with 10 additions and 14 deletions

View File

@@ -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