1set (files
2  "opt-diff.py"
3  "opt-stats.py"
4  "opt-viewer.py"
5  "optpmap.py"
6  "optrecord.py"
7  "style.css")
8
9foreach (file ${files})
10  install(PROGRAMS ${file}
11    DESTINATION share/opt-viewer
12    COMPONENT opt-viewer)
13endforeach (file)
14