UNPKG

setup-cpp

Version:

Install all the tools required for building and testing C++/C projects.

7 lines (6 loc) 264 B
/** * Install the setup-cpp CLI globally * @param version - The version of setup-cpp to install * @param packageManager - The package manager to use */ export declare function installSetupCpp(version: string, packageManager?: string): Promise<string | Error>;