Introduce install targets for the StringProcessing module. This is a prerequisite for building a static variant of the standard library to enable the statically linked early swift driver for Windows to bootstrap.
RegexBuilder depends on RegexParser. Without the link dependency, we the swift module isn't passed to the RegexBuilder build.
First pass at getting the StringProcessing and RegexBuilder runtime libraries built with pure CMake.