64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
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)
|