blob: 511268069bd1cf3c13ab48d6dbaf591a3b061392 [file] [log] [blame]
install(PROGRAMS hmaptool DESTINATION "${CLANG_TOOLS_INSTALL_DIR}" COMPONENT hmaptool)
add_custom_target(hmaptool ALL DEPENDS "hmaptool")
set_target_properties(hmaptool PROPERTIES FOLDER "Utils")
if(NOT LLVM_ENABLE_IDE)
add_llvm_install_targets("install-hmaptool"
DEPENDS hmaptool
COMPONENT hmaptool)
endif()