]> granicus.if.org Git - clang/commitdiff
Actually install scan-build / ccc-analyzer / c++-analyzer on windows
authorJonathan Roelofs <jonathan@codesourcery.com>
Wed, 22 Mar 2017 21:13:49 +0000 (21:13 +0000)
committerJonathan Roelofs <jonathan@codesourcery.com>
Wed, 22 Mar 2017 21:13:49 +0000 (21:13 +0000)
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

index 78c243d8e0d6535677b83565ae954227e3ad44f9..380379300b099d4d5553440e5633cc1b1ddf2337 100644 (file)
@@ -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()