~townsend/unity/fix-lp1301394-trusty

621.3.5 by Didier Roche
add cmake to install the right file + remove debug
1
#
2
# Some unity tools
3
#
2439.2.1 by Didier Roche
remove favorite-migration tool, not needed anymore
4
install(FILES makebootchart.py PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/unity/)
621.3.5 by Didier Roche
add cmake to install the right file + remove debug
5
673.1.3 by Didier Roche
support and update with version
6
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/unity.cmake ${CMAKE_BINARY_DIR}/bin/unity)
669.2.12 by Neil Jagdish Patel
merge and fix trunk
7
install(FILES ${CMAKE_BINARY_DIR}/bin/unity PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ
673.1.2 by Didier Roche
add the cmake love
8
GROUP_EXECUTE WORLD_READ WORLD_EXECUTE DESTINATION bin)
9