File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,11 @@ list(APPEND CLANG_TEST_DEPS
80
80
clang-offload-packager
81
81
diagtool
82
82
hmaptool
83
+
83
84
dpct-binary
85
+ dpct-codepin-report-files
86
+ scan-build-py
87
+ pattern-rewriter-binary
84
88
)
85
89
86
90
if (CLANG_ENABLE_STATIC_ANALYZER )
Original file line number Diff line number Diff line change 1
- ADD_CUSTOM_COMMAND ( OUTPUT ${CMAKE_BINARY_DIR} /bin /codepin-report.py
2
- COMMAND ${CMAKE_COMMAND} -E copy
1
+ add_custom_target ( dpct-codepin-report-files ALL DEPENDS ${CMAKE_CURRENT_SOURCE_DIR} /codepin-report.py
2
+ COMMAND ${CMAKE_COMMAND} -E copy
3
3
${CMAKE_CURRENT_SOURCE_DIR} /codepin-report.py
4
4
${CMAKE_BINARY_DIR} /bin )
5
- list (APPEND dpct-codepin-report-dependends ${CMAKE_BINARY_DIR} /bin/codepin-report.py )
6
-
7
- add_custom_target (dpct-codepin-report-files ALL DEPENDS ${dpct-codepin-report-dependends} )
8
5
9
6
install (PROGRAMS codepin-report.py
10
7
DESTINATION ./bin
You can’t perform that action at this time.
0 commit comments