File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
FoundationInternationalization Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -45,5 +45,8 @@ target_link_libraries(FoundationEssentials PUBLIC
4545 OrderedCollections
4646 _RopeModule)
4747
48+ set_target_properties (FoundationEssentials PROPERTIES
49+ INSTALL_RPATH "$ORIGIN" )
50+
4851set_property (GLOBAL APPEND PROPERTY SWIFT_FOUNDATION_EXPORTS FoundationEssentials)
4952_install_target(FoundationEssentials)
Original file line number Diff line number Diff line change @@ -26,5 +26,8 @@ target_link_libraries(FoundationInternationalization PRIVATE
2626 FoundationEssentials
2727 FoundationICU)
2828
29+ set_target_properties (FoundationInternationalization PROPERTIES
30+ INSTALL_RPATH "$ORIGIN" )
31+
2932set_property (GLOBAL APPEND PROPERTY SWIFT_FOUNDATION_EXPORTS FoundationInternationalization)
3033_install_target(FoundationInternationalization)
You can’t perform that action at this time.
0 commit comments