e19d552987
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
14 lines
238 B
CMake
14 lines
238 B
CMake
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)
|