Fix #211: Install scripts to bin/

Have CMake install both fix_includes.py and iwyu_tool.py to bin/.
This commit is contained in:
Kim Grasman 2015-09-27 14:13:19 +02:00
parent 9d611b8556
commit 20c4f5ff1e
1 changed files with 2 additions and 2 deletions

View File

@ -167,5 +167,5 @@ else()
endif()
endif()
install(TARGETS include-what-you-use
RUNTIME DESTINATION bin)
install(TARGETS include-what-you-use RUNTIME DESTINATION bin)
install(PROGRAMS fix_includes.py iwyu_tool.py DESTINATION bin)