File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Runtimes/Supplemental/StringProcessing Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ include(EmitSwiftInterface)
4242include (InstallSwiftInterface)
4343include (PlatformInfo)
4444include (ResourceEmbedding)
45+ include (CatalystSupport)
4546
4647option (${PROJECT_NAME} _INSTALL_NESTED_SUBDIR "Install libraries under a platform and architecture subdirectory" ON )
4748set (${PROJECT_NAME} _INSTALL_LIBDIR "${CMAKE_INSTALL_LIBDIR} /swift$<$<NOT:$<BOOL:${BUILD_SHARED_LIBS} >>:_static>$<$<BOOL:${PROJECT_NAME} _INSTALL_NESTED_SUBDIR>:/${${PROJECT_NAME} _PLATFORM_SUBDIR}/${${PROJECT_NAME} _ARCH_SUBDIR}>" )
Original file line number Diff line number Diff line change @@ -22,4 +22,5 @@ install(TARGETS swiftRegexBuilder
2222emit_swift_interface(swiftRegexBuilder)
2323install_swift_interface(swiftRegexBuilder)
2424
25+ generate_plist(swiftRegexBuilder "${CMAKE_PROJECT_VERSION} " swiftRegexBuilder)
2526embed_manifest(swiftRegexBuilder)
Original file line number Diff line number Diff line change @@ -45,4 +45,5 @@ install(TARGETS swift_RegexParser
4545emit_swift_interface(swift_RegexParser)
4646install_swift_interface(swift_RegexParser)
4747
48+ generate_plist(swiftRegexParser "${CMAKE_PROJECT_VERSION} " swift_RegexParser)
4849embed_manifest(swift_RegexParser)
Original file line number Diff line number Diff line change @@ -87,4 +87,5 @@ install(TARGETS swift_StringProcessing
8787emit_swift_interface(swift_StringProcessing)
8888install_swift_interface(swift_StringProcessing)
8989
90+ generate_plist(swiftStringProcessing "${CMAKE_PROJECT_VERSION} " swift_StringProcessing)
9091embed_manifest(swift_StringProcessing)
You can’t perform that action at this time.
0 commit comments