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.
1 parent 98ff863 commit 6f56c1cCopy full SHA for 6f56c1c
Sources/UUID/CMakeLists.txt
@@ -22,4 +22,10 @@ set_target_properties(uuid PROPERTIES
22
23
if(NOT BUILD_SHARED_LIBS)
24
set_property(GLOBAL APPEND PROPERTY Foundation_EXPORTS uuid)
25
+
26
+ get_swift_host_arch(swift_arch)
27
+ install(TARGETS uuid
28
+ ARCHIVE DESTINATION lib/swift_static/$<LOWER_CASE:${CMAKE_SYSTEM_NAME}>/${swift_arch}
29
+ LIBRARY DESTINATION lib/swift_static/$<LOWER_CASE:${CMAKE_SYSTEM_NAME}>/${swift_arch}
30
+ RUNTIME DESTINATION bin)
31
endif()
0 commit comments