summaryrefslogtreecommitdiffstats
path: root/clang/tools/scan-view/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clang/tools/scan-view/CMakeLists.txt')
-rw-r--r--clang/tools/scan-view/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/tools/scan-view/CMakeLists.txt b/clang/tools/scan-view/CMakeLists.txt
index 5e8eff279d2..969d519d8a2 100644
--- a/clang/tools/scan-view/CMakeLists.txt
+++ b/clang/tools/scan-view/CMakeLists.txt
@@ -1,12 +1,12 @@
option(CLANG_INSTALL_SCANVIEW "Install the scan-view tool" ON)
set(BinFiles
- Reporter.py
- ScanView.py
- scan-view
- startfile.py)
+ scan-view)
set(ShareFiles
+ ScanView.py
+ Reporter.py
+ startfile.py
FileRadar.scpt
GetRadarVersion.scpt
bugcatcher.ico)
OpenPOWER on IntegriCloud