aboutsummaryrefslogtreecommitdiff
path: root/clang/utils/hmaptool/CMakeLists.txt
blob: 02b29e4fba2f1df1aca843b7be1151cdc8275b12 (plain)
1
2
3
4
5
6
7
8
9
install(PROGRAMS hmaptool DESTINATION "${CLANG_TOOLS_INSTALL_DIR}" COMPONENT hmaptool)
add_custom_target(hmaptool ALL DEPENDS "hmaptool")
set_target_properties(hmaptool PROPERTIES FOLDER "Clang/Utils")

if(NOT LLVM_ENABLE_IDE)
  add_llvm_install_targets("install-hmaptool"
                           DEPENDS hmaptool
                           COMPONENT hmaptool)
endif()