|
| 1 | +add_library(swift_StringProcessing |
| 2 | + _CUnicode/UnicodeData.c |
| 3 | + _CUnicode/UnicodeScalarProps.c |
| 4 | + _CharacterClassModel.swift |
| 5 | + Executor.swift |
| 6 | + Capture.swift |
| 7 | + Unicode/NumberParsing.swift |
| 8 | + Unicode/ASCII.swift |
| 9 | + Unicode/CharacterProps.swift |
| 10 | + Unicode/Transcoding.swift |
| 11 | + Unicode/ScalarProps.swift |
| 12 | + Unicode/Comparison.swift |
| 13 | + Unicode/NecessaryEvils.swift |
| 14 | + Unicode/Validation.swift |
| 15 | + Unicode/UCD.swift |
| 16 | + Unicode/NFC.swift |
| 17 | + Unicode/Encodings.swift |
| 18 | + Unicode/Formatting.swift |
| 19 | + Unicode/WordBreaking.swift |
| 20 | + Unicode/Decoding.swift |
| 21 | + Unicode/CaseConversion.swift |
| 22 | + Algorithms/Matching/FirstMatch.swift |
| 23 | + Algorithms/Matching/MatchingCollectionSearcher.swift |
| 24 | + Algorithms/Matching/MatchResult.swift |
| 25 | + Algorithms/Matching/MatchReplace.swift |
| 26 | + Algorithms/Matching/Matches.swift |
| 27 | + Algorithms/Algorithms/FirstRange.swift |
| 28 | + Algorithms/Algorithms/Contains.swift |
| 29 | + Algorithms/Algorithms/Split.swift |
| 30 | + Algorithms/Algorithms/Trim.swift |
| 31 | + Algorithms/Algorithms/Ranges.swift |
| 32 | + Algorithms/Algorithms/StartsWith.swift |
| 33 | + Algorithms/Algorithms/Replace.swift |
| 34 | + Algorithms/Algorithms/SubstringSearcher.swift |
| 35 | + Algorithms/Searchers/CollectionSearcher.swift |
| 36 | + Algorithms/Searchers/ZSearcher.swift |
| 37 | + Algorithms/Consumers/CollectionConsumer.swift |
| 38 | + Algorithms/Consumers/FixedPatternConsumer.swift |
| 39 | + Regex/Options.swift |
| 40 | + Regex/Match.swift |
| 41 | + Regex/CustomComponents.swift |
| 42 | + Regex/Core.swift |
| 43 | + Regex/ASTConversion.swift |
| 44 | + Regex/DSLTree.swift |
| 45 | + Regex/AnyRegexOutput.swift |
| 46 | + LiteralPrinter.swift |
| 47 | + MatchingOptions.swift |
| 48 | + Compiler.swift |
| 49 | + ConsumerInterface.swift |
| 50 | + PrintAsPattern.swift |
| 51 | + Engine/MEBuiltins.swift |
| 52 | + Engine/Processor.swift |
| 53 | + Engine/MEProgram.swift |
| 54 | + Engine/MEQuantify.swift |
| 55 | + Engine/InstPayload.swift |
| 56 | + Engine/Backtracking.swift |
| 57 | + Engine/Instruction.swift |
| 58 | + Engine/Registers.swift |
| 59 | + Engine/MEBuilder.swift |
| 60 | + Engine/Structuralize.swift |
| 61 | + Engine/Tracing.swift |
| 62 | + Engine/Metrics.swift |
| 63 | + Engine/MECapture.swift |
| 64 | + ByteCodeGen.swift |
| 65 | + Utility/AsciiBitset.swift |
| 66 | + Utility/Traced.swift |
| 67 | + Utility/TypedIndex.swift |
| 68 | + Utility/Misc.swift |
| 69 | + Utility/TypedInt.swift |
| 70 | + Utility/Protocols.swift |
| 71 | + Utility/TypeVerification.swift |
| 72 | + Utility/RegexFactory.swift |
| 73 | + Utility/ASTBuilder.swift) |
| 74 | + |
| 75 | +set_target_properties(swift_StringProcessing PROPERTIES |
| 76 | + Swift_MODULE_NAME _StringProcessing) |
| 77 | + |
| 78 | +target_link_libraries(swift_StringProcessing PRIVATE |
| 79 | + swift_RegexParser |
| 80 | + swiftCore) |
0 commit comments