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.
2 parents 99462a6 + 732a216 commit b444a0bCopy full SHA for b444a0b
stdlib/private/StdlibUnittest/CMakeLists.txt
@@ -37,6 +37,9 @@ if (SWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY)
37
list(APPEND swift_stdlib_unittest_link_libraries "swift_Concurrency")
38
list(APPEND swift_stdlib_unittest_modules "_Concurrency")
39
endif()
40
+if (SWIFT_ENABLE_EXPERIMENTAL_STRING_PROCESSING)
41
+ list(APPEND swift_stdlib_unittest_modules "_StringProcessing")
42
+endif()
43
44
add_swift_target_library(swiftStdlibUnittest ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
45
# This file should be listed the first. Module name is inferred from the
0 commit comments