From d8f2619ff21a2596f3bf4e79633d85b4fca9280d Mon Sep 17 00:00:00 2001 From: Jonathan Roelofs Date: Wed, 22 Mar 2017 21:13:49 +0000 Subject: [PATCH] Actually install scan-build / ccc-analyzer / c++-analyzer on windows Before, we were only installing the wrappers... oops. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@298549 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/scan-build/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/scan-build/CMakeLists.txt b/tools/scan-build/CMakeLists.txt index 78c243d8e0..380379300b 100644 --- a/tools/scan-build/CMakeLists.txt +++ b/tools/scan-build/CMakeLists.txt @@ -4,8 +4,11 @@ include(GNUInstallDirs) if (WIN32 AND NOT CYGWIN) set(BinFiles + scan-build scan-build.bat) set(LibexecFiles + ccc-analyzer + c++-analyzer ccc-analyzer.bat c++-analyzer.bat) else() -- 2.50.1