We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24733aa + 23ca3cf commit fb3d28cCopy full SHA for fb3d28c
utils/CMakeLists.txt
@@ -6,12 +6,12 @@ swift_install_in_component(FILES swift-mode.el
6
DESTINATION "share/emacs/site-lisp"
7
COMPONENT editor-integration)
8
9
-swift_install_in_component(FILES swift-api-dump.py
+swift_install_in_component(PROGRAMS swift-api-dump.py
10
DESTINATION bin
11
COMPONENT tools)
12
13
# We install LLVM's FileCheck, if requested.
14
file(TO_CMAKE_PATH "${LLVM_BUILD_BINARY_DIR}/bin/FileCheck${CMAKE_EXECUTABLE_SUFFIX}" _SWIFT_UTILS_FILECHECK)
15
-swift_install_in_component(FILES "${_SWIFT_UTILS_FILECHECK}"
+swift_install_in_component(PROGRAMS "${_SWIFT_UTILS_FILECHECK}"
16
17
COMPONENT toolchain-dev-tools)
0 commit comments