From da44b4f68bcf2adcb74214670a266b43a1a6888f Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Thu, 15 Aug 2013 23:44:31 +0000 Subject: CMake: polish the Windows packaging rules This tweaks the CMake rules for building an installation package on Windows: - Sets license file (otherwise nsis shows an ugly default) - Adds LLVM logo - Shows "do you want to add this to the system path" dialog. Differential Revision: http://llvm-reviews.chandlerc.com/D1414 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188509 91177308-0d34-0410-b5e6-96231b3b80d8 --- cmake/nsis_logo.bmp | Bin 0 -> 30776 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 cmake/nsis_logo.bmp (limited to 'cmake') diff --git a/cmake/nsis_logo.bmp b/cmake/nsis_logo.bmp new file mode 100644 index 0000000..5fcb3ce Binary files /dev/null and b/cmake/nsis_logo.bmp differ -- cgit v1.1