| Adam Nemet | 8d10129 | 2017-07-06 17:51:15 +0000 | [diff] [blame^] | 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) | ||||