File tree Expand file tree Collapse file tree 3 files changed +3
-19
lines changed Expand file tree Collapse file tree 3 files changed +3
-19
lines changed Original file line number Diff line number Diff line change 66# See http://swift.org/LICENSE.txt for license information
77# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
88
9- add_library (CoreCommands
9+ add_library (CoreCommands STATIC
1010 BuildSystemSupport.swift
1111 SwiftCommandState.swift
1212 SwiftCommandObservabilityHandler.swift
@@ -28,8 +28,3 @@ target_link_libraries(CoreCommands PRIVATE
2828# NOTE(compnerd) workaround for CMake not setting up include flags yet
2929set_target_properties (CoreCommands PROPERTIES
3030 INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY} )
31-
32- install (TARGETS CoreCommands
33- ARCHIVE DESTINATION lib
34- LIBRARY DESTINATION lib
35- RUNTIME DESTINATION bin)
Original file line number Diff line number Diff line change 66# See http://swift.org/LICENSE.txt for license information
77# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
88
9- add_library (DriverSupport
9+ add_library (DriverSupport STATIC
1010 DriverSupportUtils.swift
1111 SPMSwiftDriverExecutor.swift)
1212# NOTE(compnerd) workaround for CMake not setting up include flags yet
@@ -16,9 +16,3 @@ target_link_libraries(DriverSupport PUBLIC
1616 Basics
1717 PackageModel
1818 SwiftDriver)
19-
20- install (TARGETS DriverSupport
21- ARCHIVE DESTINATION lib
22- LIBRARY DESTINATION lib
23- RUNTIME DESTINATION bin)
24- set_property (GLOBAL APPEND PROPERTY SwiftPM_EXPORTS DriverSupport)
Original file line number Diff line number Diff line change 66# See http://swift.org/LICENSE.txt for license information
77# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
88
9- add_library (SwiftSDKCommand
9+ add_library (SwiftSDKCommand STATIC
1010 Configuration /ConfigurationSubcommand.swift
1111 Configuration /DeprecatedSwiftSDKConfigurationCommand.swift
1212 Configuration /ResetConfiguration.swift
@@ -27,8 +27,3 @@ target_link_libraries(SwiftSDKCommand PUBLIC
2727# NOTE(compnerd) workaround for CMake not setting up include flags yet
2828set_target_properties (SwiftSDKCommand PROPERTIES
2929 INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY} )
30-
31- install (TARGETS SwiftSDKCommand
32- ARCHIVE DESTINATION lib
33- LIBRARY DESTINATION lib
34- RUNTIME DESTINATION bin)
You can’t perform that action at this time.
0 commit comments