OSDN Git Service

[MCA] Slightly refactor the bottleneck analysis view. NFCI
[android-x86/external-llvm.git] / tools / opt-viewer / CMakeLists.txt
1 set (files
2   "opt-diff.py"
3   "opt-stats.py"
4   "opt-viewer.py"
5   "optpmap.py"
6   "optrecord.py"
7   "style.css")
8
9 foreach (file ${files})
10   install(PROGRAMS ${file}
11     DESTINATION share/opt-viewer
12     COMPONENT opt-viewer)
13 endforeach (file)