File tree 3 files changed +3
-19
lines changed
3 files changed +3
-19
lines changed Original file line number Diff line number Diff line change 6
6
# See http://swift.org/LICENSE.txt for license information
7
7
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8
8
9
- add_library (CoreCommands
9
+ add_library (CoreCommands STATIC
10
10
BuildSystemSupport.swift
11
11
SwiftCommandState.swift
12
12
SwiftCommandObservabilityHandler.swift
@@ -28,8 +28,3 @@ target_link_libraries(CoreCommands PRIVATE
28
28
# NOTE(compnerd) workaround for CMake not setting up include flags yet
29
29
set_target_properties (CoreCommands PROPERTIES
30
30
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 6
6
# See http://swift.org/LICENSE.txt for license information
7
7
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8
8
9
- add_library (DriverSupport
9
+ add_library (DriverSupport STATIC
10
10
DriverSupportUtils.swift
11
11
SPMSwiftDriverExecutor.swift)
12
12
# NOTE(compnerd) workaround for CMake not setting up include flags yet
@@ -16,9 +16,3 @@ target_link_libraries(DriverSupport PUBLIC
16
16
Basics
17
17
PackageModel
18
18
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 6
6
# See http://swift.org/LICENSE.txt for license information
7
7
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8
8
9
- add_library (SwiftSDKCommand
9
+ add_library (SwiftSDKCommand STATIC
10
10
Configuration /ConfigurationSubcommand.swift
11
11
Configuration /DeprecatedSwiftSDKConfigurationCommand.swift
12
12
Configuration /ResetConfiguration.swift
@@ -27,8 +27,3 @@ target_link_libraries(SwiftSDKCommand PUBLIC
27
27
# NOTE(compnerd) workaround for CMake not setting up include flags yet
28
28
set_target_properties (SwiftSDKCommand PROPERTIES
29
29
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