Mercurial > hg > CbC > CbC_llvm
comparison tools/opt-viewer/CMakeLists.txt @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
120:1172e4bd9c6f | 121:803732b1fca8 |
---|---|
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) |