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.
SwiftFixIt
1 parent 063c917 commit 43e524cCopy full SHA for 43e524c
Sources/SwiftFixIt/CMakeLists.txt
@@ -6,7 +6,7 @@
6
# See http://swift.org/LICENSE.txt for license information
7
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8
9
-add_library(SwiftFixIt
+add_library(SwiftFixIt STATIC
10
SwiftFixIt.swift)
11
target_link_libraries(SwiftFixIt PUBLIC
12
Basics
@@ -22,9 +22,3 @@ target_link_libraries(SwiftFixIt PUBLIC
22
# NOTE(compnerd) workaround for CMake not setting up include flags yet
23
set_target_properties(SwiftFixIt PROPERTIES
24
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})
25
-
26
-install(TARGETS SwiftFixIt
27
- ARCHIVE DESTINATION lib
28
- LIBRARY DESTINATION lib
29
- RUNTIME DESTINATION bin)
30
-set_property(GLOBAL APPEND PROPERTY SwiftPM_EXPORTS SwiftFixIt)
0 commit comments