Merge branch 'blender-v2.81-release'

This commit is contained in:
Sergey Sharybin
2019-11-13 11:49:09 +01:00
22 changed files with 1278 additions and 8 deletions

View File

@@ -1076,3 +1076,10 @@ if(WIN32 AND NOT WITH_PYTHON_MODULE)
VS_USER_PROPS "blender.Cpp.user.props"
)
endif()
# -----------------------------------------------------------------------------
# Post-install script
if(POSTINSTALL_SCRIPT)
install(SCRIPT ${POSTINSTALL_SCRIPT})
endif()