UNPKG

setup-cpp

Version:

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

4 lines (3 loc) 199 B
import { type InstallationInfo } from "../utils/setup/setupBin.js"; /** Setup cmake */ export declare function setupCmake(version: string, setupDir: string, arch: string): Promise<InstallationInfo>;