Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-11-13 13:49:09 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-11-13 13:49:09 +0300
commit97d79ca844df2a50b8974d32cb38d9b354adef2d (patch)
treec4e19399e50e7a780da86d75dc18fba039b4f650 /source/creator
parentb09498700c0e9eaf4e73576a23fe6563d5562b34 (diff)
parentca1721270a6d3fa8d67b59a014ab94004e24026b (diff)
Merge branch 'blender-v2.81-release'
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 8a85c75cade..0f8cfee795f 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -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()