Skip to content
Snippets Groups Projects
Commit d8f2619f authored by Jonathan Roelofs's avatar Jonathan Roelofs
Browse files

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
parent 75b763e0
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment