From 4572354fe59f7ac56cb7ec72f530aa8f717c63be Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Tue, 12 Mar 2019 11:36:44 -0600 Subject: Windows: Add convenience logging batch files. To make triaging a little easier these batchfiles generate the debug log and sysinfo files and instruct the user how to attach them to their bug report Differential Revision: https://developer.blender.org/D4505 Reviewers: brecht, zeddb --- source/creator/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source/creator') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 0959013c91d..78cdf5c3796 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -823,6 +823,15 @@ elseif(WIN32) DESTINATION "." ) + install( + FILES + ${CMAKE_SOURCE_DIR}/release/windows/batch/blender_debug_gpu.cmd + ${CMAKE_SOURCE_DIR}/release/windows/batch/blender_debug_gpu_glitchworkaround.cmd + ${CMAKE_SOURCE_DIR}/release/windows/batch/blender_debug_log.cmd + ${CMAKE_SOURCE_DIR}/release/windows/batch/blender_factory_startup.cmd + DESTINATION "." + ) + elseif(APPLE) # handy install macro to exclude files, we use \$ escape for the "to" -- cgit v1.2.3