mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SourceKit/CMake] Use 'tools' install component for the SourceKit tools.
This commit is contained in:
@@ -16,5 +16,6 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
LINK_FLAGS "-Wl,-rpath -Wl,@executable_path/../lib")
|
||||
endif()
|
||||
|
||||
install(TARGETS complete-test
|
||||
RUNTIME DESTINATION bin)
|
||||
swift_install_in_component(tools
|
||||
TARGETS complete-test
|
||||
RUNTIME DESTINATION bin)
|
||||
|
||||
@@ -10,5 +10,6 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
LINK_FLAGS "-Wl,-rpath -Wl,@executable_path/../lib")
|
||||
endif()
|
||||
|
||||
install(TARGETS sourcekitd-repl
|
||||
RUNTIME DESTINATION bin)
|
||||
swift_install_in_component(tools
|
||||
TARGETS sourcekitd-repl
|
||||
RUNTIME DESTINATION bin)
|
||||
|
||||
@@ -24,5 +24,6 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
LINK_FLAGS "-Wl,-rpath -Wl,@executable_path/../lib")
|
||||
endif()
|
||||
|
||||
install(TARGETS sourcekitd-test
|
||||
RUNTIME DESTINATION bin)
|
||||
swift_install_in_component(tools
|
||||
TARGETS sourcekitd-test
|
||||
RUNTIME DESTINATION bin)
|
||||
|
||||
Reference in New Issue
Block a user