18namespace sequoia::testing
22 runtime::shell_command cmake_cmd(
const std::optional<build_paths>& parentBuildPaths,
23 const build_paths& buildPaths,
24 const std::filesystem::path& output);
27 runtime::shell_command build_cmd(
const build_paths& build,
const std::filesystem::path& output);
File paths pertaining to a sequoia project.
Utilties for creating, composing and invoking commandline input.