Skip to content

Commit 1f9bdca

Browse files
committed
CMake: StringProcessing: Catalyst support
Enable catalyst support in Apple StringProcessing builds
1 parent 1cd15ed commit 1f9bdca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtimes/Supplemental/StringProcessing/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ include(EmitSwiftInterface)
4242
include(InstallSwiftInterface)
4343
include(PlatformInfo)
4444
include(ResourceEmbedding)
45+
include(CatalystSupport)
4546

4647
option(${PROJECT_NAME}_INSTALL_NESTED_SUBDIR "Install libraries under a platform and architecture subdirectory" ON)
4748
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}>")

0 commit comments

Comments
 (0)