aboutsummaryrefslogtreecommitdiff
path: root/tools/opt-viewer/CMakeLists.txt
blob: 19b60693308201fbc0b530f6e92a1eddf725b1a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
set (files
  "opt-diff.py"
  "opt-stats.py"
  "opt-viewer.py"
  "optpmap.py"
  "optrecord.py"
  "style.css")

foreach (file ${files})
  install(PROGRAMS ${file}
    DESTINATION share/opt-viewer
    COMPONENT opt-viewer)
endforeach (file)