Mercurial > hg > CbC > CbC_llvm
view tools/opt-viewer/CMakeLists.txt @ 148:63bd29f05246
merged
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 14 Aug 2019 19:46:37 +0900 |
parents | 803732b1fca8 |
children |
line wrap: on
line source
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)