Lines Matching full:build
1 option(CLANG_INSTALL_SCANBUILD "Install the scan-build tool" ON)
7 scan-build
8 scan-build.bat
18 scan-build
32 scan-build.1)
51 COMPONENT scan-build)
65 COMPONENT scan-build)
79 COMPONENT scan-build)
83 add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/share/scan-build/${ShareFile}
85 ${CMAKE_BINARY_DIR}/share/scan-build
87 ${CMAKE_CURRENT_SOURCE_DIR}/share/scan-build/${ShareFile}
88 ${CMAKE_BINARY_DIR}/share/scan-build/
89 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/share/scan-build/${ShareFile})
90 list(APPEND Depends ${CMAKE_BINARY_DIR}/share/scan-build/${ShareFile})
91 install(FILES share/scan-build/${ShareFile}
92 DESTINATION "${CMAKE_INSTALL_DATADIR}/scan-build"
93 COMPONENT scan-build)
96 add_custom_target(scan-build ALL DEPENDS ${Depends})
97 set_target_properties(scan-build PROPERTIES FOLDER "Misc")
100 add_llvm_install_targets("install-scan-build"
101 DEPENDS scan-build
102 COMPONENT scan-build)