mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
26025d6e10
This class is ultimately intended as a replacement for cmsys::Process. It spawns a series of processes using libuv, piping the output of each command into the next. Note: input support has not yet been implemented because write support has not yet been implemented on cmUVStreambuf.