Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Runtimes/Supplemental/StringProcessing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ include(EmitSwiftInterface)
include(InstallSwiftInterface)
include(PlatformInfo)
include(ResourceEmbedding)
include(CatalystSupport)

option(${PROJECT_NAME}_INSTALL_NESTED_SUBDIR "Install libraries under a platform and architecture subdirectory" ON)
set(${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}>")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ install(TARGETS swiftRegexBuilder
emit_swift_interface(swiftRegexBuilder)
install_swift_interface(swiftRegexBuilder)

generate_plist(swiftRegexBuilder "${CMAKE_PROJECT_VERSION}" swiftRegexBuilder)
embed_manifest(swiftRegexBuilder)
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ install(TARGETS swift_RegexParser
emit_swift_interface(swift_RegexParser)
install_swift_interface(swift_RegexParser)

generate_plist(swiftRegexParser "${CMAKE_PROJECT_VERSION}" swift_RegexParser)
embed_manifest(swift_RegexParser)
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,5 @@ install(TARGETS swift_StringProcessing
emit_swift_interface(swift_StringProcessing)
install_swift_interface(swift_StringProcessing)

generate_plist(swiftStringProcessing "${CMAKE_PROJECT_VERSION}" swift_StringProcessing)
embed_manifest(swift_StringProcessing)